ssn/package.json
2018-06-21 11:59:05 +02:00

8 lines
171 B
JSON

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