forked from roblox-aurora/zirconium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"name": "@cwyvern/zirconium",
"version": "2.0.0-indev.2",
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/BluesteelDragon/zirconium.git"
},
"license": "ISC",
"author": "vorlias",
"contributors": [
"vorlias",
"venerith"
],
"type": "module",
"main": "out/init.luau",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo",
"!**/__tests__"
],
"scripts": {
"build": "rbxtsc --type=package --verbose",
"lint": "eslint --max-warnings 0 --flag unstable_ts_config .",
"prepare": "pnpm run build",
"watch:example": "rbxtsc -w --type=game"
},
"dependencies": {
"@rbxts/rust-classes": "0.13.0"
},
"devDependencies": {
"@isentinel/eslint-config": "0.9.0",
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/jest": "0.1.0",
"@rbxts/jest-globals": "0.1.0",
"@rbxts/types": "1.0.813",
"concurrently": "9.1.0",
"cross-env": "7.0.3",
"eslint": "9.13.0",
"jiti": "2.3.3",
"rbxts-transform-debug": "github:roblox-aurora/rbxts-transform-debug#9cc03b58fe9eb29a24d94d0290abab3ea5950562",
"rbxts-transform-env": "github:roblox-aurora/rbxts-transform-env#50937a3b81e92c5b13ed35807ea0426dac91c985",
"roblox-ts": "3.0.0",
"typescript": "5.5.4"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"publishConfig": {
"access": "public"
}
}