{ "name": "catapi", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js" }, "keywords": [], "author": "NotAShelf", "license": "MIT", "dependencies": { "dotenv": "^14.2.0", "express": "^4.17.1" } }