-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 850 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": "roblox-test",
"version": "0.0.1",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"format": "prettier --write .",
"lint": "eslint ."
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.4.2",
"rbxts-transformer-flamework": "^1.2.3",
"roblox-ts": "^3.0.0",
"typescript": "5.5.3"
},
"dependencies": {
"@flamework/components": "^1.2.3",
"@flamework/core": "^1.2.3",
"@flamework/networking": "^1.2.3",
"@rbxts/services": "^1.5.5",
"@rbxts/signal": "^1.1.1"
}
}