-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 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/andrewcdowning/space-finder-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewcdowning/space-finder-backend/issues"
},
"homepage": "https://github.com/andrewcdowning/space-finder-backend#readme",
"devDependencies": {
"@types/node": "^18.7.14",
"aws-cdk-lib": "^2.39.1",
"constructs": "^10.1.91",
"esbuild": "^0.15.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"dependencies": {
"@aws-amplify/auth": "^4.6.5",
"@types/aws-lambda": "^8.10.102",
"aws-amplify": "^4.3.34",
"aws-sdk": "^2.1209.0",
"uuid": "^8.3.2"
}
}