You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
412 B
20 lines
412 B
{
|
|
"name": "webhooks",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npx forever start csccp.js",
|
|
"stop": "npx forever stop csccp.js",
|
|
"list": "npx forever list"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"await-exec": "^0.1.2",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"forever": "^4.0.3",
|
|
"forver": "0.0.6"
|
|
}
|
|
}
|
|
|