10 lines
No EOL
122 B
JSON
10 lines
No EOL
122 B
JSON
{
|
|
"watch": [
|
|
"main.js"
|
|
],
|
|
"ext": "js,json",
|
|
"ignore": [
|
|
"node_modules"
|
|
],
|
|
"exec": "node src/main.js"
|
|
} |