-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"name": "roguard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx rbxtsc && rojo build plugin.project.json -o C:\\Users\\Aero\\AppData\\Local\\Roblox\\Plugins\\RoGuard.rbxm",
"watch": "rbxtsc -w",
"serve": "concurrently \"rbxtsc -w\" \"rojo serve roguard-test-place.project.json\""
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.912",
"@rbxts/ui-labs": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-roblox-ts": "^1.4.0",
"prettier": "^3.8.1",
"roblox-ts": "^3.0.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@rbxts/flipper": "^2.0.1",
"@rbxts/react": "^17.3.7-ts.1",
"@rbxts/react-roblox": "^17.3.7-ts.1",
"@rbxts/services": "^1.6.0",
"concurrently": "^9.2.1"
}
}