chaotic-api/package.json
unitehenry fe9089037f api
2020-04-07 15:58:38 -04:00

28 lines
505 B
JSON

{
"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 <henry@unitehenry.com>",
"license": "ISC",
"devDependencies": {
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0"
},
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.9.7"
}
}