-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.09 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
{
"license": "MIT",
"name": "@antwika/web-api",
"version": "0.0.139",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@antwika/web-api",
"lsd:components": "dist/components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/web-api/*/components/context.jsonld": "dist/components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/web-api/*/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/web-api/*/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/web-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.80",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"componentsjs-generator": "4.3.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3"
},
"dependencies": {
"@antwika/app": "0.0.89",
"@antwika/common": "0.0.94",
"@antwika/http": "0.0.92",
"@antwika/prometheus": "^0.0.84",
"@antwika/swagger": "0.0.86",
"componentsjs": "^6.0.0"
},
"files": [
"bin",
"dist",
"config"
],
"repository": "[email protected]:antwika/web-api.git",
"bugs": {
"url": "https://github.com/antwika/web-api/issues"
},
"homepage": "https://github.com/antwika/web-api#readme"
}