-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "racing-plus",
"version": "0.111.11",
"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": "^42.2.0",
"isaacscript-common": "^87.5.0"
},
"devDependencies": {
"convert-xml-to-json": "^1.0.3",
"isaacscript": "^5.2.3",
"isaacscript-common-node": "^4.1.1",
"isaacscript-lint": "^7.1.0",
"isaacscript-spell": "^1.15.2",
"isaacscript-tsconfig": "^7.0.1",
"tsx": "^4.19.2",
"typescript": "5.6.2",
"typescript-to-lua": "^1.27.1"
},
"packageManager": "[email protected]"
}