-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.92 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
58
59
60
{
"name": "factorial-defence",
"version": "0.1.0",
"description": "A game.",
"repository": {
"type": "git",
"url": "git+https://github.com/Agapurnis/factorial-defence-rbx.git"
},
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"serve": "rojo serve",
"clean": "rm -rf out && rm ./flamework.build",
"patch": "npx patch-package --patch-dir ./dev/patches && node ./dev/scripts/fix-basicstate.js",
"prepare": "npm run patch && husky install",
"lint": "npx eslint src/",
"lint:staged": "npx lint-staged -c ./lint-staged.config.json"
},
"keywords": [],
"author": "Agapurnis",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@rbxts/fitumi": "^1.0.11",
"@rbxts/mockdatastoreservice": "^1.0.2",
"@rbxts/testez": "^0.3.1-ts.7",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"patch-package": "^6.4.7",
"rbxts-transform-env": "^1.1.0-ts4.5",
"rbxts-transformer-flamework": "^1.0.0-beta.12",
"rbxts-transformer-t": "^1.1.5",
"roblox-ts": "^1.3.3",
"typescript": "^4.6.2"
},
"dependencies": {
"@flamework/components": "^1.0.0-beta.6",
"@flamework/core": "^1.0.0-beta.4",
"@rbxts/basicstate": "^1.2.0",
"@rbxts/compiler-types": "^1.3.3-types.1",
"@rbxts/log": "^0.6.3",
"@rbxts/maid": "^1.0.0-ts.1",
"@rbxts/message-templates": "^0.3.2",
"@rbxts/roact": "^1.4.2-ts.0",
"@rbxts/rust-classes": "^0.11.2",
"@rbxts/services": "^1.2.0",
"@rbxts/t": "^3.0.0",
"@rbxts/timer": "^0.0.7",
"@rbxts/types": "^1.0.633"
},
"bugs": {
"url": "https://github.com/Agapurnis/factorial-defence-rbx/issues"
},
"homepage": "https://github.com/Agapurnis/factorial-defence-rbx#readme"
}