ssn/package.json
2018-07-04 19:12:19 +02:00

14 lines
291 B
JSON

{
"name": "patcher",
"main": "dist/index.js",
"scripts": {
"start": "rm -rf dist && tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^10.5.1"
},
"dependencies": {
"xml-js": "^1.6.7"
}
}