-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
37
38
39
40
41
42
43
44
45
46
{
"name": "flamework-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/types": "^1.0.784",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-roblox-ts": "^0.0.30",
"prettier": "^2.3.2",
"rbxts-transformer-access": "^1.1.2",
"rbxts-transformer-flamework": "^1.2.3",
"roblox-ts": "^2.3.0-dev-26ec859",
"typescript": "^5.5.3"
},
"dependencies": {
"@flamework/components": "^1.2.3",
"@flamework/core": "^1.2.3",
"@flamework/networking": "^1.2.3",
"@rbxts/altmake": "^0.1.5",
"@rbxts/charm": "^0.5.2",
"@rbxts/cmdr": "^1.12.1",
"@rbxts/goodsignal": "^1.0.0",
"@rbxts/iris": "github:PepeElToro41/rbx-iris",
"@rbxts/partcache": "^1.1.1",
"@rbxts/profileservice": "^1.4.2",
"@rbxts/refx": "^0.3.2",
"@rbxts/services": "^1.5.4",
"@rbxts/topbar-plus": "^3.0.2",
"@rbxts/validate-tree": "^2.0.2",
"@rbxts/wcs": "^2.1.3",
"patch-package": "^8.0.0"
}
}