22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"name": "newbackapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node-dev app.js",
|
|
"": " apidoc -i router/ -o doc/"
|
|
},
|
|
"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"
|
|
}
|
|
}
|