-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.96 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
{
"license": "MIT",
"name": "@antwika/lock",
"version": "0.0.129",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@antwika/lock",
"lsd:components": "dist/components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/lock/*/components/context.jsonld": "dist/components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/lock/*/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/@antwika/lock/*/dist/": "dist/"
},
"scripts": {
"build": "npm run build:ts && npm run build:components -c components && npm run build:docs",
"build:ts": "tsc",
"build:components": "componentsjs-generator -c dist/components",
"build:docs": "typedoc",
"lint": "eslint src/**.ts",
"test": "jest",
"release": "standard-version",
"prepare": "husky install"
},
"devDependencies": {
"@antwika/standard-version": "0.1.80",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"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.9.0",
"husky": "9.1.7",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typedoc": "0.27.4",
"typescript": "5.7.2"
},
"dependencies": {
"@antwika/common": "0.0.94",
"@antwika/store": "^0.4.0",
"mongodb": "^6.0.0",
"mongodb-memory-server": "^10.0.0",
"uuid": "^11.0.0"
},
"files": [
"bin",
"dist",
"config"
],
"repository": "[email protected]:antwika/lock.git",
"bugs": {
"url": "https://github.com/antwika/lock/issues"
},
"homepage": "https://github.com/antwika/lock#readme"
}