-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
47
48
49
{
"name": "authio",
"version": "7.1.1",
"type": "module",
"main": "./lib/index.js",
"browser": {
".": "./web/index.js"
},
"scripts": {
"start": "node authn.localhost.js",
"lint": "eslint \"**/*.{js,vue}\""
},
"repository": {
"type": "git",
"url": "https://github.com/credential-handler/authn.io"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@bedrock/config-yaml": "^4.0.0",
"@bedrock/core": "^6.0.1",
"@bedrock/express": "^8.1.0",
"@bedrock/server": "^5.0.0",
"@bedrock/views": "^11.0.0",
"@bedrock/vue": "^5.0.1",
"@bedrock/web": "^3.0.0",
"@bedrock/web-fontawesome": "^2.0.0",
"@bedrock/webpack": "^9.0.1",
"@digitalbazaar/http-client": "^3.3.0",
"content-type": "^1.0.4",
"credential-mediator-polyfill": "^3.0.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-web-request-mediator": "^6.0.1",
"web-request-mediator": "^2.0.5",
"web-request-rpc": "^2.0.3"
},
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^45.0.0",
"eslint-plugin-vue": "^9.14.1"
},
"engines": {
"node": ">=16"
},
"directories": {
"lib": "./lib"
}
}