17 lines
279 B
JSON
17 lines
279 B
JSON
{
|
|
"name": "paic",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node-dev index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|