mirror of https://github.com/nodejs/node.git
8 lines
147 B
JSON
8 lines
147 B
JSON
|
{"name":"startstop"
|
||
|
,"version":"1.2.3"
|
||
|
,"scripts":{
|
||
|
"start":"node -e 'console.log(\"start\")'",
|
||
|
"stop":"node -e 'console.log(\"stop\")'"
|
||
|
}
|
||
|
}
|