-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 842 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 842 Bytes
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
{
"name": "@ar4mirez/hapi-aws",
"description": "AWS SDK v3 plugin for HapiJS.",
"version": "3.0.2",
"author": "Angel Ramirez <angel@cuemby.com>",
"main": "lib/index.js",
"engines": {
"node": ">=18.0.0"
},
"bugs": {
"url": "https://github.com/ar4mirez/hapi-aws/issues"
},
"homepage": "https://github.com/ar4mirez/hapi-aws#readme",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-codecommit": "^3.0.0",
"joi": "^17.13.3"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.4.4",
"@hapi/lab": "^26.0.0"
},
"scripts": {
"test": "lab -v -c"
},
"repository": {
"type": "git",
"url": "https://github.com/ar4mirez/hapi-aws.git"
},
"files": [
"lib/",
"package.json",
"README.md"
],
"overrides": {
"fast-xml-parser": "^5.5.6"
}
}