generated from decentralized-identity/veramo-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
055fcdd
commit 05a4180
Showing
5 changed files
with
448 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ | |
"build:cjs": "echo 'Experimental backwards compatibility! Use v2 major version or `@cjs` npm tag for deep CommonJS exports.' && tsc -p tsconfig.cjs.json", | ||
"build:watch": "rm -rf build && npm run build:esm -- --watch", | ||
"build:local": "npm run build && cp -r build ~/AppData/Roaming/npm/node_modules/@cheqd/did-provider-cheqd && veramo config verify", | ||
"build:local:deps": "npm run build && cp -r build ~/AppData/Roaming/npm/node_modules/@cheqd/did-provider-cheqd && cp -r node_modules ~/AppData/Roaming/npm/node_modules/@cheqd/did-provider-cheqd && veramo config verify", | ||
"build:local:ubuntu": "npm run build && cp -r build /usr/lib/node_modules/@cheqd/did-provider-cheqd && veramo config verify", | ||
"generate-plugin-schema": "veramo dev generate-plugin-schema", | ||
"start": "veramo server", | ||
|
@@ -102,9 +103,10 @@ | |
"@cosmjs/stargate": "^0.32.2", | ||
"@cosmjs/utils": "^0.32.2", | ||
"@digitalbazaar/vc-status-list": "^7.1.0", | ||
"@lit-protocol/lit-node-client": "^3.1.1", | ||
"@lit-protocol/auth-helpers": "^3.1.4", | ||
"@lit-protocol/contracts-sdk": "^3.1.4", | ||
"@lit-protocol/lit-node-client": "^3.2.2", | ||
"@lit-protocol/lit-node-client-v2": "npm:@lit-protocol/[email protected]", | ||
"@lit-protocol/encryption-v2": "npm:@lit-protocol/[email protected]", | ||
"@veramo/core": "^5.6.0", | ||
"@veramo/did-manager": "^5.6.0", | ||
"@veramo/did-provider-key": "^5.6.0", | ||
|
@@ -114,30 +116,30 @@ | |
"did-jwt": "^7.4.7", | ||
"did-resolver": "^4.1.0", | ||
"generate-password": "^1.7.1", | ||
"uint8arrays": "^5.0.1", | ||
"uint8arrays": "^5.0.2", | ||
"uuid": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@lit-protocol/types": "^3.0.27", | ||
"@lit-protocol/types-v2": "npm:@lit-protocol/types@^2.2.63", | ||
"@lit-protocol/types": "^3.2.2", | ||
"@lit-protocol/types-v2": "npm:@lit-protocol/[email protected]", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^11.1.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^9.2.6", | ||
"@semantic-release/npm": "^11.0.2", | ||
"@semantic-release/release-notes-generator": "^12.1.0", | ||
"@types/debug": "^4.1.12", | ||
"@types/jest": "^29.5.11", | ||
"@types/jest": "^29.5.12", | ||
"@types/uuid": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"conventional-changelog-conventionalcommits": "^7.0.2", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-config-typescript": "^3.0.0", | ||
"jest": "^29.7.0", | ||
"long": "^4.0.0", | ||
"prettier": "^3.2.4", | ||
"prettier": "^3.2.5", | ||
"semantic-release": "^22.0.12", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.3.3" | ||
|
Oops, something went wrong.