-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "cloud-be-test-filipe-leandro",
"version": "1.0.0",
"description": "Serverless GraphQL API Example",
"main": "index.ts",
"repository": "[email protected]:ffleandro/serverless-graphql-example.git",
"author": "Filipe Leandro <ffleandro>",
"license": "MIT",
"scripts": {
"dev": "nodemon -r dotenv/config src/server/local.ts",
"build": "tsc && trace-pkg -c build.yml",
"lint": "eslint src/**/* --ext .ts",
"test": "jest --coverage"
},
"dependencies": {
"apollo-datasource-dynamodb": "^1.1.0",
"apollo-datasource-rest": "^3.2.0",
"apollo-server": "^3.3.0",
"apollo-server-core": "^3.3.0",
"apollo-server-lambda": "^3.2.0",
"aws-sdk": "^2.976.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@jest/types": "^27.1.0",
"@types/graphql": "^14.5.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.2",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"apollo-server-types": "^3.2.0",
"dotenv": "^10.0.0",
"encoding": "^0.1.13",
"eslint": "^7.32.0",
"jest": "^27.1.0",
"jest-dynalite": "^3.4.1",
"merge": "^2.1.1",
"nock": "^13.1.3",
"nodemon": "^2.0.12",
"trace-pkg": "^0.4.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
}
}