api / package.json
Nexchan's picture
Create package.json
2f0071c verified
raw
history blame contribute delete
No virus
424 Bytes
{
"name": "test-express-api",
"version": "1.0.0",
"description": "A minimalist Docker Space to help people getting started with Node, Express and JavaScript",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Nex",
"license": "Apache License",
"dependencies": {
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"axios": "latest",
"cheerio": "latest"
}
}