-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 904 Bytes
/
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
{
"name": "tscad",
"version": "1.0.0",
"scripts": {
"compile": "rbxtsc --verbose",
"build": "rojo build default.project.json -o Place.rbxl",
"dev": "rbxtsc -w & rojo serve default.project.json",
"test": "sh dev/test.sh"
},
"license": "MIT",
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.3.3",
"roblox-ts": "^3.0.0",
"typescript": "~5.5.3"
},
"dependencies": {
"@rbxts/jest": "^0.1.0",
"@rbxts/jest-globals": "^0.1.0",
"@rbxts/luau-polyfill": "^1.1.2",
"@rbxts/services": "^1.5.5"
}
}