-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.08 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.08 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
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
{
"name": "abstractplay-backend",
"version": "1.0.0-beta",
"description": "node.js lambda with DynamoDB",
"main": "??",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-ts": "tsc",
"build": "eslint && npm run build-ts",
"deploy-dev": "serverless deploy",
"deploy-prod": "serverless --stage prod deploy",
"full-dev": "npm run build && serverless deploy",
"full-prod": "npm run build && serverless --stage prod deploy",
"extract": "i18next 'api/**/*.ts' 'utils/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbstractPlay/node-backend.git"
},
"author": "Paul van Wamelen",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbstractPlay/node-backend/issues"
},
"homepage": "https://github.com/AbstractPlay/node-backend#readme",
"dependencies": {
"@abstractplay/gameslib": "latest",
"@abstractplay/recranks": "latest",
"@aws-sdk/client-apigatewaymanagementapi": "^3.957.0",
"@aws-sdk/client-cloudfront": "^3.445.0",
"@aws-sdk/client-dynamodb": "^3.321.1",
"@aws-sdk/client-s3": "^3.374.0",
"@aws-sdk/client-ses": "^3.321.1",
"@aws-sdk/client-sqs": "^3.490.0",
"@aws-sdk/lib-dynamodb": "^3.321.1",
"@sunknudsen/totp": "^1.1.0",
"abstractplay-backend": "file:",
"aws-jwt-verify": "^5.1.1",
"aws-lambda": "^1.0.7",
"fflate": "^0.8.1",
"i18next": "^22.4.15",
"ion-js": "^5.2.0",
"lodash": "^4.17.21",
"web-push": "^3.6.3"
},
"devDependencies": {
"@aws-sdk/types": "^3.310.0",
"@types/aws-lambda": "^8.10.115",
"@types/node": "^18.16.3",
"@types/uuid": "^9.0.1",
"@types/web-push": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"i": "^0.3.7",
"i18next-parser": "^7.7.0",
"npm": "^9.6.6",
"serverless-esbuild": "^1.57.0",
"serverless-plugin-common-excludes": "^4.0.0",
"serverless-plugin-include-dependencies": "^5.1.0",
"typescript": "^5.0.4"
},
"overrides": {
"splaytree": "3.1.2"
}
}