ssn/package.json

14 lines
393 B
JSON

{
"name": "patcher",
"main": "dist/index.js",
"scripts": {
"start": "rm -rf dist && tsc && cd ../patch-installer && ./build.sh && cd ../patcher && mkdir dist/lib && cp ../patch-installer/patch-installer dist/lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^10.5.2"
},
"dependencies": {
"xml-js": "^1.6.7"
}
}