forked from vsuaste/server-graphql-sequelize
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.78 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "second-server-graphql",
"version": "0.5.6",
"description": "Schema as string",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon --ignore 'zendro_migration*.json' server.js",
"test": "mocha test/test.js --exit"
},
"author": "vsuaste",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.370.0",
"@graphql-tools/load-files": "^6.6.1",
"@graphql-tools/merge": "^8.3.4",
"acl": "^0.4.11",
"adm-zip": "^0.5.9",
"ajv": "^8.11.0",
"awaitify-stream": "^1.0.2",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cassandra-driver": "^4.6.4",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cors": "^2.8.5",
"csv-parse": "^5.3.0",
"dataloader": "^2.1.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-graphql": "^0.12.0",
"express-jwt": "^7.7.5",
"faker": "^6.6.6",
"graphql": "^15.8.0",
"graphql-scalars": "^1.18.0",
"jsonpath-plus": "^7.1.0",
"jsonwebtoken": "^8.5.1",
"linked-list": "^3.0.2",
"lodash": "^4.17.21",
"mariadb": "^3.0.1",
"mathjs": "^11.1.0",
"moment": "^2.29.4",
"mongodb": "^4.9.0",
"mysql2": "^2.3.3",
"neo4j-driver": "^4.4.7",
"node-jq": "^2.3.3",
"nodemailer": "^6.7.8",
"nodemailer-smtp-transport": "^2.7.4",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"presto-client": "^0.12.2",
"rewire": "^6.0.0",
"sequelize": "^6.21.4",
"sequelize-cli": "^6.4.1",
"sqlite3": "^5.0.11",
"supertest": "^6.2.4",
"sync-request": "^6.1.0",
"uuidv4": "^6.2.13",
"wait-on": "^6.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"axios": "^0.27.2",
"form-data": "^4.0.0",
"mocha": "^10.0.0",
"nodemon": "^2.0.19"
}
}