-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 922 Bytes
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
{
"name": "cartographer",
"version": "4.1.0",
"type": "module",
"scripts": {
"start": "nodemon --watch ./src --ext js,ts --exec \"npm run build:dev\"",
"build": "rollup --config rollup.config.js --environment BUILD:production",
"build:dev": "rollup --config rollup.config.js",
"lint": "eslint ./src --ext .js --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fidwell/OpenRct2-Cartographer.git"
},
"author": "fidwell",
"license": "MIT",
"bugs": {
"url": "https://github.com/fidwell/OpenRct2-Cartographer/issues"
},
"homepage": "https://github.com/fidwell/OpenRct2-Cartographer#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"nodemon": "^3.0.2",
"rollup": "^3.15.0",
"tslib": "^2.5.0",
"typescript": ">=4.3.0"
}
}