{
  "name": "indy-vdr-test-shared",
  "version": "0.2.13",
  "license": "Apache-2.0",
  "description": "Shared library for using Indy VDR with NodeJS and React Native",
  "main": "build/index",
  "source": "src/index",
  "homepage": "https://github.com/hyperledger/indy-vdr/tree/main/wrappers/javascript/indy-vdr-test-shared",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperledger/indy-vdr",
    "directory": "wrappers/javascript/indy-vdr-test-shared"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf -rf ./build",
    "compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn run build"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/runtime": "^7.17.9",
    "prettier": "^2.6.2",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.5"
  },
  "gitHead": "3f9c52b2f4f5f25706f63201ea55ddbc752c5f14"
}
