-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.38 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
{
"name": "@rbxts/zirconium",
"version": "1.1.0-beta.4",
"description": "",
"main": "out/init.lua",
"scripts": {
"prepare": "npm run build",
"build": "rbxtsc --type=package --verbose",
"build:example": "rbxtsc --type=game -p ./example -i ./include",
"watch:example": "rbxtsc -w --type=game -p ./example -i ./include",
"dev:example": "cross-env NODE_ENV=development concurrently npm:watch:example npm:serve",
"serve": "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.2.7-types.1",
"@rbxts/roact": "1.4.0-ts.2",
"@rbxts/types": "^1.0.558",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "0.0.32",
"prettier": "^2.5.1",
"rbxts-transform-debug": "1.0.0-ts4.4",
"roblox-ts": "^1.2.7",
"typescript": "^4.4.4"
},
"dependencies": {
"@rbxts/rust-classes": "^0.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roblox-aurora/zirconium.git"
}
}