forked from willfarrell/middy-rds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 920 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
37
38
39
40
41
42
43
{
"name": "middy-rds",
"version": "2.2.1",
"description": "Simple RDS manager for the middy framework",
"type": "commonjs",
"engines": {
"node": ">=12"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "ava"
},
"license": "MIT",
"keywords": [
"Lambda",
"Middleware",
"Serverless",
"Framework",
"AWS",
"AWS Lambda",
"RDS",
"knex"
],
"author": {
"name": "Contributors",
"url": "https://github.com/willfarrell/middy-rds/graphs/contributors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willfarrell/middy-rds.git"
},
"bugs": {
"url": "https://github.com/willfarrell/middy-rds/issues"
},
"homepage": "https://github.com/willfarrell/middy-rds#readme",
"dependencies": {
"@middy/util": "^2.0.0"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}