-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@rbxts/roact-drawing",
"version": "1.0.0",
"description": "",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "0866",
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"types/*.d.ts",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "restricted"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.3.3-types.0",
"@rbxts/types": "^1.0.571",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.6.0",
"roblox-ts": "^1.2.7",
"typescript": "^4.6.2"
},
"dependencies": {
"@rbxts/object-utils": "^1.0.4",
"@rbxts/roact": "^1.4.0-ts.2",
"@rbxts/roact-hooked": "^1.2.4",
"@rbxts/services": "^1.2.0"
}
}