-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 848 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 848 Bytes
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
{
"name": "foxchat",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "LGPL-3.0",
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.2",
"@rbxts/types": "^1.0.813",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.31",
"prettier": "^2.4.1",
"roblox-ts": "^2.3.0",
"typescript": "^4.4.3"
},
"dependencies": {
"@rbxts/chat-service": "^1.2.1",
"@rbxts/flipper": "^2.0.1",
"@rbxts/roact": "^1.4.0-ts.2",
"@rbxts/services": "^1.5.5",
"rbxts-transform-env": "^1.0.0-rc.0"
}
}