-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "test-users",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node ./src/index.js",
"standalone": "node ./src/indexStandalone.js",
"test": "echo \"Error: no test specified\" && exit 1",
"init-local": "npm install -g serverless",
"pre-test-gitlab": "echo \"Voila un pre-test\"",
"test-gitlab": "echo \"Petit test\"",
"build": "echo \"Pas de build sur nodejs\"",
"local": "sls offline start --stage local -r eu-west-3"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^3.10.3",
"@apollo/subgraph": "^2.0.5",
"@graphql-tools/resolvers-composition": "^6.5.1",
"apollo-server-lambda": "^3.8.2",
"argon2": "^0.28.7",
"aws-sdk": "^2.822.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"graphql": "^16.5.0",
"graphql-tools": "^8.3.1",
"json2csv": "^5.0.5",
"jsonwebtoken": "^8.5.1",
"serverless": "^3.21.0",
"serverless-domain-manager": "^5.1.0",
"serverless-http": "^2.6.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"npm-snapshot": "^1.1.0",
"serverless-dynamodb-local": "^0.2.39",
"serverless-offline": "^6.8.0"
}
}