-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "taskway",
"version": "1.0.0",
"description": "",
"main": "jest.config.js",
"scripts": {
"pretest": "SET NODE_ENV=test& sequelize db:migrate",
"test": "SET NODE_ENV=test& jest --updateSnapshot",
"posttest": "SET NODE_ENV=test& sequelize db:migrate:undo:all",
"start": "npx sequelize db:migrate && node src/server.js",
"dev": "nodemon -L src/server.js -e js,gql --ignore __tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GiovannaK/taskway.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-errors": "^2.5.0",
"apollo-server-express": "^2.18.1",
"apollo-server-testing": "^2.25.0",
"aws-sdk": "^2.928.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"graphql": "^15.5.0",
"graphql-redis-subscriptions": "^2.4.0",
"graphql-upload": "^12.0.0",
"ioredis": "^4.27.9",
"jsonwebtoken": "^8.5.1",
"merge-graphql-schemas": "^1.7.8",
"nodemailer": "^6.6.1",
"nodemailer-sendgrid": "^1.0.3",
"nodemon": "^2.0.7",
"pg": "^8.6.0",
"pg-hstore": "^2.3.3",
"prettier": "^2.3.1",
"sequelize": "^6.6.2",
"sequelize-cli": "^6.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.4",
"sqlite3": "^5.0.2"
},
"bugs": {
"url": "https://github.com/GiovannaK/taskway/issues"
},
"homepage": "https://github.com/GiovannaK/taskway#readme"
}