ssn/package.json

15 lines
269 B
JSON
Raw Normal View History

2018-06-21 11:31:14 +02:00
{
"name": "patcher",
2018-06-21 11:59:05 +02:00
"main": "dist/index.js",
2018-06-21 11:31:14 +02:00
"scripts": {
2018-07-05 02:33:21 +02:00
"start": "rm -rf dist && tsc",
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-07-08 15:56:15 +02:00
"@types/node": "^10.5.2"
2018-06-23 20:20:03 +02:00
},
"dependencies": {
2018-07-04 19:12:19 +02:00
"xml-js": "^1.6.7"
2018-06-21 11:31:14 +02:00
}
}