-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 903 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
28
29
30
31
32
33
34
35
36
37
{
"name": "rwklevelfiles",
"version": "3.0.1",
"description": "Extract level files from RWK web version",
"scripts": {
"pack": "npx webpack",
"build": "tsc",
"install": "npm run pack",
"start": "node build/app.js",
"start:dev": "ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrMasterplan/rwklevelfiles.git"
},
"author": "mrmasterplan",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mrmasterplan/rwklevelfiles/issues"
},
"homepage": "https://github.com/mrmasterplan/rwklevelfiles",
"devDependencies": {
"@types/glob": "*",
"@types/node": "*",
"ts-node": "*",
"ts-node-dev": "*",
"typescript": "*"
},
"dependencies": {
"@mapeditor/tiled-api": "*",
"bitwise": "*",
"buffer": "*",
"ts-loader": "*",
"webpack": "*",
"webpack-cli": "*"
}
}