-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 943 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
36
{
"name": "zeit-aurora-integration",
"version": "1.0.0",
"description": "Integration of AWS Aurora with Zeit Now",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slothking-online/zeit-aurora-integration.git"
},
"keywords": [
"zeit",
"aurora",
"aws"
],
"author": "Artur Czemiel, Kamil Matysiewicz",
"license": "MIT",
"bugs": {
"url": "https://github.com/slothking-online/zeit-aurora-integration/issues"
},
"homepage": "https://github.com/slothking-online/zeit-aurora-integration#readme",
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/node": "^12.0.4",
"@types/uuid": "^3.4.4",
"typescript": "^3.5.1"
},
"dependencies": {
"@zeit/integration-utils": "^0.6.1",
"aws-sdk": "^2.466.0",
"node-fetch": "^2.6.0",
"uuid": "^3.3.2"
}
}