package.json
Tue Aug 30 2022 15:55:27 GMT+0000 (Coordinated Universal Time)
Saved by
@Retinal
#javascript
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.1",
"nodemon": "^2.0.19",
"npx": "^10.2.2"
}
}
content_copyCOPY
Comments