24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"name": "cpbl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "forever start -a -l api.log app.js",
|
|
"dev": "nodemon --inspect=127.0.0.1:9229 app.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.6",
|
|
"dateformat": "^4.5.1",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"http": "0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"node-html-parser": "^3.1.5",
|
|
"nodemon": "^2.0.7",
|
|
"request": "^2.88.2",
|
|
"xmlhttprequest": "^1.8.0"
|
|
}
|
|
} |