-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 824 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
{
"name": "bloxadmin-sdk",
"version": "1.125.0",
"description": "",
"main": "src/lib.ts",
"scripts": {
"build": "rbxtsc build --type model && rojo build -o bloxadmin-sdk.rbxmx",
"watch": "rbxtsc build --type model --watch --usePolling",
"package": "rbxtsc build --type package"
},
"keywords": [],
"author": "",
"devDependencies": {
"@rbxts/compiler-types": "^2.0.4-types.1",
"@rbxts/types": "^1.0.656",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-roblox-ts": "0.0.30",
"prettier": "^2.3.2",
"typescript": "^4.9.4"
},
"dependencies": {
"@rbxts/services": "^1.5.1",
"roblox-ts": "2.0.4"
}
}