-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
125 lines (125 loc) · 4.68 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@sphereon/ssi-sdk-ext.workspace",
"private": true,
"version": "0.11.0",
"description": "Sphereon Crypto Extensions and DID support (Workspace)",
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK-crypto-extensions.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"scripts": {
"preinstall": "npx only-allow pnpm && pnpm -g install @sphereon/ssi-sdk.dev",
"build": "pnpm build:js && pnpm build:copyfiles && pnpm build:api && pnpm build:schema",
"build:js": "pnpm -r --stream build",
"build:api": "pnpm -r --stream extract-api",
"build:schema": "pnpm -r --stream generate-plugin-schema",
"build:copyfiles": "pnpm -r --stream build:copyfiles",
"bootstrap": "lerna bootstrap",
"test:ci": "jest --config=jest.json",
"test": "jest --verbose --config=jest.json --coverage=true --detectOpenHandles",
"test:watch": "pnpm test --watch --verbose",
"test:lint": "eslint . --ext .ts",
"prettier": "prettier --write \"{packages,__tests__,!dist}/**/*.{ts,tsx,js,json,md,yml}\"",
"build-clean": "rimraf --glob ./packages/*/dist ./packages/*/api ./packages/*/node_modules ./packages/*/tsconfig.tsbuildinfo ./node_modules ./coverage && jest --clearCache",
"publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest --registry https://registry.npmjs.org",
"publish:next": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes --registry https://registry.npmjs.org",
"publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes --registry https://registry.npmjs.org"
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"master",
{
"name": "beta",
"prerelease": true
}
]
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@babel/runtime": "^7.23.1",
"@microsoft/api-documenter": "^7.23.8",
"@microsoft/api-extractor": "^7.37.3",
"@microsoft/api-extractor-model": "^7.28.2",
"@types/debug": "^4.1.9",
"@types/jest": "^29.5.5",
"@types/node": "^20.17.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^29.7.0",
"codecov": "^3.8.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"json-schema": "^0.4.0",
"lerna": "^8.1.8",
"lerna-changelog": "^2.2.0",
"nx": "^19.8.8",
"oas-resolver": "^2.5.6",
"openapi-types": "^12.1.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rimraf": "^5.0.5",
"semantic-release": "^21.1.2",
"ts-jest": "^29.1.1",
"ts-json-schema-generator": "^2.4.0-next.1",
"ts-node": "^10.9.1",
"typescript": "5.6.3"
},
"resolutions": {
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"@veramo/data-store": "4.2.0",
"@veramo/did-jwt": "4.2.0",
"@veramo/credential-ld": "4.2.0",
"@veramo/utils": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/kms-local": "4.2.0",
"@veramo/key-manager": "4.2.0",
"@veramo/credential-eip712": "4.2.0",
"@veramo/did-comm": "4.2.0",
"@veramo/message-handler": "4.2.0",
"@veramo/did-discovery": "4.2.0",
"@veramo/did-provider-ethr": "4.2.0",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-provider-web": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"@veramo/selective-disclosure": "4.2.0",
"@veramo/url-handler": "4.2.0",
"@sphereon/ssi-sdk.agent-config": "0.30.1",
"@sphereon/ssi-sdk.core": "0.30.1",
"@sphereon/ssi-types": "0.30.1",
"@digitalcredentials/ed25519-verification-key-2020": "3.2.2",
"*>@digitalcredentials/ed25519-verification-key-2020": "3.2.2",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
"ethr-did": "2.3.9",
"typescript": "5.6.3",
"@types/node": "^20.17.1",
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
},
"engines": {
"node": ">= 20.0.0"
},
"prettier": {
"endOfLine": "auto",
"semi": false,
"singleQuote": true,
"printWidth": 150
},
"pnpm": {
"patchedDependencies": {
"@veramo/core@4.2.0": "patches/@veramo__core@4.2.0.patch"
}
}
}