forked from Zamiell/racing-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "racing-plus",
"version": "0.111.6",
"description": "A mod for The Binding of Isaac: Repentance",
"keywords": [
"isaac",
"mod",
"rebirth",
"afterbirth",
"repentance"
],
"homepage": "https://github.com/Zamiell/racing_plus#readme",
"bugs": {
"url": "https://github.com/Zamiell/racing_plus/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zamiell/racing_plus.git"
},
"license": "GPL-3.0",
"author": "Zamiell",
"type": "module",
"scripts": {
"build": "tstl",
"cloc": "cloc ./src --include-lang=TypeScript",
"lint": "tsx ./scripts/lint.ts",
"nuke": "isaacscript nuke",
"publish": "isaacscript publish",
"start": "isaacscript monitor",
"update": "isaacscript update"
},
"dependencies": {
"isaac-typescript-definitions": "^40.0.4",
"isaacscript-common": "^85.0.2"
},
"devDependencies": {
"cloc": "^1.98.0-cloc",
"convert-xml-to-json": "^1.0.3",
"isaacscript": "^3.36.1",
"isaacscript-common-node": "^3.0.0",
"isaacscript-lint": "^6.13.0",
"isaacscript-spell": "^1.13.0",
"isaacscript-tsconfig": "^5.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"typescript-to-lua": "^1.22.0"
},
"packageManager": "[email protected]"
}