{
  "name": "@hyperledger/indy-vdr-nodejs",
  "version": "0.3.0",
  "license": "Apache-2.0",
  "description": "Nodejs wrapper for Indy Vdr",
  "source": "src/index",
  "main": "build/index",
  "homepage": "https://github.com/hyperledger-indy/indy-vdr/tree/main/wrappers/javascript/indy-vdr-nodejs",
  "author": "Hyperledger (https://github.com/hyperledger)",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperledger-indy/indy-vdr",
    "directory": "wrappers/javascript/indy-vdr-nodejs"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build",
    "scripts"
  ],
  "dependencies": {
    "koffi": "^2.15.1",
    "@hyperledger/indy-vdr-shared": "0.3.0"
  },
  "devDependencies": {
    "@types/node": "^20.12.11",
    "typescript": "~5.4.5"
  },
  "binary": {
    "version": "v0.4.5",
    "host": "https://github.com/hyperledger-indy/indy-vdr/releases/download",
    "packageName": "library-{platform}-{arch}.tar.gz"
  },
  "engines": {
    "node": ">= 20"
  },
  "scripts": {
    "types:check": "pnpm compile --noEmit",
    "build": "pnpm clean && pnpm compile",
    "clean": "rimraf -rf ./build",
    "compile": "tsc -p ./tsconfig.build.json",
    "install": "node scripts/install.js"
  }
}