-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.26 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"license": "MIT",
"name": "@antwika/auth-api",
"version": "0.0.44",
"private": false,
"engines": {
"node": ">=16.15"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@antwika/auth-api",
"lsd:components": "dist/components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/auth-api/*/components/context.jsonld": "dist/components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/auth-api/*/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/auth-api/*/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/auth-api/*/dist/": "dist/"
},
"scripts": {
"build": "npm run build:ts && npm run build:components -c components",
"build:ts": "tsc",
"build:components": "componentsjs-generator -c dist/components",
"lint": "eslint src/**.ts",
"test": "jest",
"start": "npx app ./config/config.jsonld",
"release": "standard-version",
"prepare": "husky install"
},
"devDependencies": {
"@antwika/standard-version": "0.1.34",
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@types/oidc-provider": "7.14.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"componentsjs-generator": "3.1.0",
"eslint": "8.34.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"husky": "8.0.3",
"jest": "29.4.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
},
"dependencies": {
"@antwika/app": "0.0.44",
"@antwika/common": "0.0.48",
"@antwika/http": "0.0.47",
"@antwika/prometheus": "^0.0.39",
"@antwika/store": "^0.4.0",
"@antwika/swagger": "0.0.41",
"componentsjs": "^5.0.1",
"jose": "^4.8.1",
"oidc-provider": "^7.11.1"
},
"files": [
"bin",
"dist",
"config"
],
"repository": "[email protected]:antwika/auth-api.git",
"bugs": {
"url": "https://github.com/antwika/auth-api/issues"
},
"homepage": "https://github.com/antwika/auth-api#readme"
}