-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 934 Bytes
/
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
{
"name": "protfolio",
"version": "1.0.0",
"description": "It is the backend server of my protfolio project, will be graphQl based (Apollo GraphQL) ",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.7.3",
"@as-integrations/aws-lambda": "^2.0.1",
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@graphql-tools/merge": "^9.0.0",
"@types/express": "^4.17.17",
"aws-lambda": "^1.0.7",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"mongoose": "^7.4.1",
"nid": "^2.0.1",
"serverless-offline": "^12.0.4",
"typescript": "^5.1.3"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.116",
"dotenv": "^16.3.1",
"serverless-plugin-typescript": "^2.1.5"
}
}