mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-06 20:26:17 -05:00
27 lines
558 B
JSON
27 lines
558 B
JSON
{
|
|
"name": "sendou-ink",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"watch": "nodemon index.js"
|
|
},
|
|
"author": "Sendou",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"apollo-server": "^2.4.8",
|
|
"apollo-server-express": "^2.4.8",
|
|
"axios": "^0.18.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^7.0.0",
|
|
"graphql": "^14.2.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mongoose": "^5.5.5",
|
|
"mongoose-unique-validator": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.19.0"
|
|
}
|
|
}
|