-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.3 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.3 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@adobe/aio-lib-db",
"version": "1.0.3",
"description": "An abstraction on top of Document DB storage",
"main": "index.js",
"scripts": {
"test": "jest --passWithNoTests"
},
"exports": {
".": "./index.js"
},
"author": "Adobe Inc.",
"license": "Apache-2.0",
"maintainers": [
"Adobe Inc."
],
"contributors": [],
"dependencies": {
"@adobe/aio-lib-core-logging": "^3.0.2",
"@adobe/aio-lib-env": "^3.0.1",
"axios": "^1.15.0",
"bson": "^6.10.3",
"dotenv": "^17.0.0",
"http-cookie-agent": "^6.0.8",
"js-yaml": "^4.1.0",
"tough-cookie": "^5.1.2"
},
"devDependencies": {
"jest": "^30.2.0",
"uuid": "^11.1.0"
},
"overrides": {
"plain-crypto-js": "./_EXCLUDE_UNSAFE_DEPENDENCIES_/plain-crypto-js"
},
"keywords": [
"adobe",
"aio",
"database",
"document-db",
"mongodb",
"runtime",
"adobe-io",
"serverless"
],
"repository": {
"type": "git",
"url": "https://github.com/adobe/aio-lib-db.git"
},
"bugs": "https://github.com/adobe/aio-lib-db/issues",
"homepage": "https://github.com/adobe/aio-lib-db#readme",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/adobe"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}