8 lines
171 B
JSON
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"
|
|
}
|
|
}
|