-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 890 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
34
35
{
"name": "space-finder-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XiaozhouCui/space-finder-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/XiaozhouCui/space-finder-backend/issues"
},
"homepage": "https://github.com/XiaozhouCui/space-finder-backend#readme",
"devDependencies": {
"@types/node": "^17.0.3",
"aws-cdk": "^2.2.0",
"aws-cdk-lib": "^2.2.0",
"constructs": "^10.0.12",
"esbuild": "^0.14.8",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@aws-amplify/auth": "^4.3.19",
"@types/aws-lambda": "^8.10.89",
"aws-amplify": "^4.3.11",
"aws-sdk": "^2.1048.0"
}
}