-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 909 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 909 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
31
32
33
34
35
{
"name": "dslmapper",
"version": "0.0.0",
"description": "A mapping project for Dark and Shattered Lands",
"main": "./dist/app.js",
"private": true,
"workspaces": [
"game-mapping"
],
"engines": {
"node": ">=20.12"
},
"scripts": {
"start": "npm run dev",
"build": "tsc -b",
"clean": "tsc -b --clean",
"dev": "npm run dev -w game-mapping",
"preview": "npm run preview -w game-mapping",
"test": "echo \"Error: no test specified\" && exit 1",
"install:all": "npm install && npm install -w game-mapping"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TournyMasterBot/DslMapper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TournyMasterBot/DslMapper/issues"
},
"homepage": "https://github.com/TournyMasterBot/DslMapper#readme",
"dependencies": {
"typescript": "^5.9.2"
}
}