mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"name": "init-module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"apps" : [{
|
|
"script" : "index.js",
|
|
"env" : {
|
|
"PM2_WAIT_FOR_INIT" : 500
|
|
}
|
|
}],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|