mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-11 05:05:07 -05:00
32 lines
698 B
JSON
32 lines
698 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.6.9",
|
|
"apollo-server-express": "^2.6.9",
|
|
"axios": "^0.18.1",
|
|
"btoa": "^1.2.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^7.0.0",
|
|
"express-session": "^1.16.2",
|
|
"graphql": "^14.4.2",
|
|
"lodash": "^4.17.14",
|
|
"mongoose": "^5.6.4",
|
|
"mongoose-unique-validator": "^2.0.3",
|
|
"node-fetch": "^2.6.0",
|
|
"passport": "^0.4.0",
|
|
"passport-discord": "^0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.19.1"
|
|
}
|
|
}
|