ssn/package.json
2018-06-23 20:20:03 +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.3.4"
},
"dependencies": {
"xml-js": "^1.6.4"
}
}