mirror of
https://github.com/unitehenry/chaotic-api.git
synced 2026-03-21 17:44:38 -05:00
28 lines
505 B
JSON
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"
|
|
}
|
|
}
|