11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"name": "patcher",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "rm -rf dist && tsc && node dist/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^10.3.4"
|
|
}
|
|
}
|