{ "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" } }