ssn/package.json

12 lines
228 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-06-21 11:59:05 +02:00
"start": "tsc && node dist/index.js",
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": {
"@types/node": "^10.3.4"
2018-06-21 11:31:14 +02:00
}
}