-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 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
{
"name": "claim-register-plugin",
"version": "1.0.1",
"description": "A plugin for claimable registers",
"scripts": {
"build:prod": "rbxtsc --rojo compile.project.json",
"build:watch": "concurrently -c cyan,yellow -n Typescript,rbxmx-to-ts -s first -k \"rbxtsc -w --rojo development.project.json\" \"rbxmxc -w\""
},
"license": "Apache-2.0",
"dependencies": {
"@rbxts/lundstrong": "1.0.1",
"@rbxts/net": "2.1.4",
"@rbxts/services": "1.2.0",
"@rbxts/t": "2.1.5"
},
"devDependencies": {
"@lundstrong/rbxts-transform-debug": "1.0.0-rc.3",
"@rbxts/compiler-types": "1.1.1-types.5",
"@rbxts/types": "1.0.537",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"concurrently": "6.2.1",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-roblox-ts": "0.0.31",
"prettier": "2.4.1",
"rbxmx-to-ts": "1.0.4",
"roblox-ts": "1.2.3",
"typescript": "4.3.5"
},
"resolutions": {
"typescript": "4.3.5"
}
}