-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
{
"name": "@blockchain-lab-um/oid4vc-monorepo",
"private": true,
"description": "Monorepo for backend services of OID4VC",
"keywords": [
"SSI",
"OID4VC",
"VC",
"Verifiable Credential",
"VP",
"Verifiable Presentation",
"Veramo"
],
"homepage": "https://github.com/blockchain-lab-um/oid4vc-monorepo",
"repository": {
"type": "git",
"url": "https://github.com/blockchain-lab-um/oid4vc-monorepo.git"
},
"license": "(Apache-2.0 AND MIT)",
"author": {
"name": "Blockchain Lab:UM",
"email": "[email protected]",
"url": "https://blockchain-lab.um.si"
},
"scripts": {
"build": "pnpm nx run-many --target=build",
"build:docker": "./scripts/build-docker.sh",
"docker:build": "docker build . -t blockchain-lab-um/oid4vc-monorepo",
"lint": "pnpm biome check .",
"lint:fix": "pnpm biome check --write --unsafe .",
"prepare": "is-ci || husky install",
"test": "pnpm nx run-many --target=test",
"test:ci": "pnpm nx run-many --target=test:ci"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@nx/devkit": "16.6.0",
"@types/node": "^20.5.7",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.3",
"nx": "16.6.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.18.0"
},
"volta": {
"node": "20.18.0",
"pnpm": "9.12.2"
},
"pnpm": {
"patchedDependencies": {},
"allowNonAppliedPatches": true
}
}