ssn/package.json
2018-06-21 14:17:21 +02:00

11 lines
228 B
JSON

{
"name": "patcher",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^10.3.4"
}
}