@hyperledger/indy-vdr-shared
Advanced tools
+8
-8
| { | ||
| "name": "@hyperledger/indy-vdr-shared", | ||
| "version": "0.3.0-dev.0", | ||
| "version": "0.3.0-dev.1", | ||
| "license": "Apache-2.0", | ||
@@ -22,2 +22,8 @@ "description": "Shared library for using Indy VDR with NodeJS and React Native", | ||
| ], | ||
| "dependencies": { | ||
| "tar": "^7.4.3" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "~5.4.5" | ||
| }, | ||
| "scripts": { | ||
@@ -28,9 +34,3 @@ "types:check": "pnpm compile --noEmit", | ||
| "compile": "tsc -p ./tsconfig.build.json" | ||
| }, | ||
| "dependencies": { | ||
| "tar": "^7.4.3" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "catalog:" | ||
| } | ||
| } | ||
| } |
67919
0