-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.17 KB
/
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
44
45
46
{
"name": "credential-mediator-polyfill",
"version": "4.0.1-0",
"description": "Credential Mediator Polyfill",
"type": "module",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"files": [
"lib/**/*.js"
],
"scripts": {
"lint": "eslint --ext .cjs,.js ."
},
"repository": {
"type": "git",
"url": "https://github.com/credential-handler/credential-mediator-polyfill.git"
},
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "http://digitalbazaar.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/credential-handler/credential-mediator-polyfill/issues"
},
"homepage": "https://github.com/credential-handler/credential-mediator-polyfill",
"dependencies": {
"localforage": "^1.10.0",
"web-request-rpc": "^3.0.0",
"web-request-mediator": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-digitalbazaar": "^5.2.0",
"eslint-plugin-jsdoc": "^48.4.0",
"eslint-plugin-unicorn": "^54.0.0"
},
"bedrock": {
"browserDependencies": [
"localforage",
"web-request-rpc",
"web-request-mediator"
]
}
}