ssn/package.json

9 lines
171 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"
}
}