ssn/package.json

21 lines
584 B
JSON
Raw Normal View History

2018-06-21 11:31:14 +02:00
{
"name": "patcher",
"license": "AGPL-3.0-or-later",
"homepage": "https://git.jedipedia.net/swtor/patcher",
"repository": {
"type": "git",
"url": "https://git.jedipedia.net/swtor/patcher.git"
},
2018-06-21 11:59:05 +02:00
"main": "dist/index.js",
2018-06-21 11:31:14 +02:00
"scripts": {
"start": "rm -rf dist && tsc && cd ../patch-installer && ./build.sh && cd ../patcher && mkdir dist/lib && cp ../patch-installer/patch-installer dist/lib",
2018-06-21 11:31:14 +02:00
"test": "echo \"Error: no test specified\" && exit 1"
2018-06-21 14:17:21 +02:00
},
"devDependencies": {
2018-10-07 17:22:45 +02:00
"@types/node": "^10.11.4"
2018-06-23 20:20:03 +02:00
},
"dependencies": {
2018-10-07 17:22:45 +02:00
"xml-js": "^1.6.8"
2018-06-21 11:31:14 +02:00
}
}