csc-webhooks/package.json

21 lines
412 B
JSON
Raw Normal View History

2022-06-07 02:29:45 -04:00
{
"name": "webhooks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2022-06-26 15:56:57 -04:00
"start": "npx forever start csccp.js",
"stop": "npx forever stop csccp.js",
"list": "npx forever list"
2022-06-07 02:29:45 -04:00
},
"author": "",
"license": "ISC",
"dependencies": {
"await-exec": "^0.1.2",
2022-06-14 01:50:50 -04:00
"dotenv": "^16.0.1",
2022-06-07 02:29:45 -04:00
"express": "^4.18.1",
"forever": "^4.0.3",
"forver": "0.0.6"
}
}