forked from roblox-aurora/zircon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.83 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
48
49
50
51
52
53
54
55
56
57
{
"name": "@rbxts/zircon",
"version": "0.11.0-beta.0",
"description": "",
"main": "out/init.lua",
"scripts": {
"prepare": "npm run build",
"build": "rbxtsc --verbose",
"dev:example": "concurrently npm:watch:example npm:serve:example",
"build:example": "rbxtsc --type=game -p ./example -i ./include",
"build:luau": "rbxtsc --verbose --type=model --rojo=\"luau/build.project.json\"",
"watch:example": "cross-env NODE_ENV=development rbxtsc -w --type=game -p ./example -i ./include",
"serve:example": "rojo serve ./example/default.project.json --port 34567"
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"types": "out/index.d.ts",
"devDependencies": {
"@rbxts/compiler-types": "^1.1.1-types.0",
"@rbxts/types": "^1.0.469",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-roblox-ts": "0.0.24",
"prettier": "^2.1.2",
"rbxts-transform-debug": "^0.2.0",
"rbxts-transform-env": "^0.3.0",
"rbxts-transformer-services": "^1.0.0",
"roblox-ts": "^1.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@rbxts/flipper": "^2.0.0",
"@rbxts/log": "^0.4.0-alpha.0",
"@rbxts/maid": "^1.0.0-ts.1",
"@rbxts/message-templates": "^0.2.0",
"@rbxts/net": "^2.1.3",
"@rbxts/roact": "1.4.0-ts.0",
"@rbxts/roact-rodux": "0.2.2-ts.4",
"@rbxts/rodux": "3.0.0-ts.3",
"@rbxts/rust-classes": "^0.10.0",
"@rbxts/services": "^1.1.5",
"@rbxts/signal": "^1.0.3",
"@rbxts/snapdragon": "2.0.0-beta.1",
"@rbxts/string-utils": "^1.0.2",
"@rbxts/t": "^1.3.5",
"@rbxts/zirconium": "^1.0.3"
}
}