forked from paradoxuum/centurion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@rbxts/commander",
"version": "0.1.0",
"description": "A flexible command framework built for roblox-ts",
"main": "out/init.lua",
"scripts": {
"compile": "rbxtsc --verbose",
"watch": "rbxtsc -w --type=game -p test -i test/include",
"serve": "rojo serve test"
},
"keywords": ["roblox-ts", "rbxts", "command"],
"author": "paradoxuum",
"license": "MIT",
"types": "out/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/paradoxuum/commander.git"
},
"bugs": {
"url": "https://github.com/paradoxuum/commander/issues"
},
"files": ["out", "!**/*.tsbuildinfo"],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@rbxts/compiler-types": "2.2.0-types.0",
"@rbxts/midori": "^0.1.3",
"@rbxts/types": "^1.0.749",
"roblox-ts": "^2.2.0",
"typescript": "=5.2"
},
"dependencies": {
"@rbxts/pretty-react-hooks": "^0.3.3",
"@rbxts/react-reflex": "^0.2.0",
"@rbxts/react-roblox": "^0.2.0",
"@rbxts/reflex": "^4.3.1",
"@rbxts/remo": "^1.3.1",
"@rbxts/ripple": "^0.8.1",
"@rbxts/roact": "npm:@rbxts/react-ts@^1.0.1",
"@rbxts/rust-classes": "^0.12.0",
"@rbxts/services": "^1.5.3",
"@rbxts/sift": "^0.0.8",
"@rbxts/t": "^3.1.1"
}
}