{ "name": "chaotic", "version": "0.0.0", "description": "Chaotic Trading Card Game", "main": "index.js", "scripts": { "serve": "node api/index", "import": "node db/index" }, "keywords": [ "Chaotic", "Trading", "Card", "Game", "TCG" ], "author": "Henry Unite ", "license": "ISC", "devDependencies": { "csvtojson": "^2.0.10", "dotenv": "^8.2.0" }, "dependencies": { "express": "^4.17.1", "mongoose": "^5.9.7" } }