25 lines
570 B
JSON
25 lines
570 B
JSON
{
|
|
"name": "newbackapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "./node_modules/.bin/pm2 start app.js --stop-exit-codes 0",
|
|
"stop": "./node_modules/.bin/pm2 stop app",
|
|
"log": "./node_modules/.bin/pm2 log",
|
|
"list": "./node_modules/.bin/pm2 list"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"express": "^4.21.1",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"ip": "^2.0.1",
|
|
"pm2": "^5.4.3"
|
|
}
|
|
}
|