forked from alexhddev/space-finder-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 914 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/barosanuemailtest/space-finder-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/barosanuemailtest/space-finder-backend/issues"
},
"homepage": "https://github.com/barosanuemailtest/space-finder-backend#readme",
"devDependencies": {
"@types/node": "^15.0.1",
"aws-cdk": "2.0.0-rc.1",
"aws-cdk-lib": "^2.0.0-rc.1",
"constructs": "^10.0.5",
"esbuild": "^0.11.18",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@aws-amplify/auth": "^3.4.32",
"@types/aws-lambda": "^8.10.76",
"aws-amplify": "^4.0.0",
"aws-sdk": "^2.900.0"
}
}