generated from wisnia74/openrct2-typescript-mod-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 755 Bytes
/
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
{
"name": "close-all-windows-openrct2",
"version": "1.0.3",
"description": "Closes all open windows in OpenRCT2",
"scripts": {
"build": "tsc",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harry-Hopkinson/close-all-windows-openrct2.git"
},
"author": "Harry Hopkinson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Harry-Hopkinson/close-all-windows-openrct2/issues"
},
"homepage": "https://github.com/Harry-Hopkinson/close-all-windows-openrct2#readme",
"devDependencies": {
"@types/node": "^20.0.0",
"cross-env": "^7.0.3",
"prettier": "^3.3.3",
"ts-node": "^10.8.1",
"typescript": "^5.0.0"
}
}