-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.72 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
{
"name": "@rbxts/tina",
"version": "0.4.0-staging.2",
"description": "",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc --verbose",
"watch": "rbxtsc -w",
"publish": "npm run build && mkdir build & npm pack --pack-destination=build",
"test:build": "rbxtsc --verbose --type game --rojo studio.project.json",
"test:watch": "rbxtsc -w --verbose --type game --rojo studio.project.json",
"test:serve": "rojo serve ./studio.project.json",
"test:rojo": "mkdir build & npm run test:build && rojo build -o ./build/test.rbxlx studio.project.json",
"test:run": "set RUST_BACKTRACE=full & dir & run-in-roblox --place ./build/test.rbxlx --script ./out/testBootstrap.server.lua",
"test": "npm run publish && npm run test:build && npm run test:rojo"
},
"exports": "./out/index.d.ts",
"keywords": [],
"author": "",
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo",
"!out/services.d.ts",
"!**/testBootstrap.*"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.0.4-types.0",
"@rbxts/testez": "^0.4.2-ts.0",
"@rbxts/types": "^1.0.642",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-autofix": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "0.0.34",
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@eslint/github-action": "^0.1.0",
"@rbxts/rowind-mini": "^1.0.2",
"@rbxts/services": "^1.5.1",
"@rbxts/sift": "^0.0.4",
"@rbxts/stacks-and-queues": "^1.0.5",
"@rbxts/t": "^3.1.0",
"roblox-ts": "^2.1.0"
}
}