-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "github-ranking-for-gsm",
"version": "1.0.4",
"repository": "https://github.com/sunrabbit123/Github-Rangkin-for-GSM.git",
"author": "sunrabbit123 <qudwls185@naver.com>",
"license": "SPDX",
"scripts": {
"start": "sls offline start",
"deploy": "sls deploy",
"update": "ts-node ./util/update.ts",
"delete": "ts-node ./util/delete.ts"
},
"dependencies": {
"@fxts/core": "^0.5.0",
"@typegoose/typegoose": "^8.1.1",
"apollo-server-lambda": "^3.6.7",
"axios": "^0.21.1",
"graphql": "^16.3.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.7",
"nexus": "^1.3.0",
"nodemailer": "^6.6.3"
},
"devDependencies": {
"@2fd/graphdoc": "^2.4.0",
"@types/jsonwebtoken": "^8.5.4",
"@types/mongoose": "^5.11.97",
"@types/node": "^16.3.2",
"@types/nodemailer": "^6.4.4",
"prettier": "^2.3.2",
"serverless-dotenv-plugin": "^3.9.0",
"serverless-offline": "^8.5.0",
"serverless-plugin-typescript": "^1.1.9",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
}
}