-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "autoshade",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.0.4-types.0",
"@rbxts/types": "^1.0.648",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.34",
"prettier": "^2.7.1",
"rbxts-transform-env": "^2.0.4",
"rbxts-transformer-services": "^1.0.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@rbxts/roact": "^1.4.4-ts.0",
"@rbxts/roact-hooks": "^0.4.1-ts.3",
"@rbxts/services": "^1.5.1",
"@rbxts/studiocomponents": "^0.1.4"
}
}