{
  "name": "@protokol/notarization-crypto",
  "version": "1.0.0-beta.0",
  "description": "Transaction Builders For Notarization Transaction Types",
  "license": "CC-BY-NC-SA-4.0",
  "homepage": "https://protokol.com",
  "bugs": {
    "url": "https://github.com/protokol/ebsi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/protokol/ebsi.git"
  },
  "keywords": [
    "protokol",
    "ark",
    "core",
    "sdk",
    "ebsi",
    "blockchain",
    "notarization"
  ],
  "contributors": [
    "Amadej Pevec <amadej@protokol.com>",
    "Kristjan Košič <kristjan@protokol.com>"
  ],
  "files": [
    "dist"
  ],
  "main": "dist/index",
  "types": "dist/index",
  "scripts": {
    "build": "yarn clean && tsc",
    "build:watch": "yarn build -w",
    "build:docs": "typedoc --out docs src",
    "clean": "rimraf .coverage dist tmp",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "coverage:report": "codecov",
    "test:unit": "jest __tests__/unit/** --forceExit",
    "test:unit:coverage": "jest __tests__/unit --coverage",
    "publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish"
  },
  "dependencies": {
    "@arkecosystem/crypto": "3.0.0-next.11",
    "@protokol/utils": "1.0.0-beta.36",
    "bytebuffer": "^5.0.1"
  },
  "devDependencies": {
    "@arkecosystem/core-test-framework": "3.0.0-next.11",
    "@sindresorhus/tsconfig": "~0.7.0",
    "@types/jest": "~26.0.15",
    "@types/node": "^14.14.9",
    "@types/rimraf": "^3.0.0",
    "@types/uuid": "^8.3.0",
    "codecov": "^3.8.1",
    "cross-env": "^7.0.2",
    "jest": "~26.6.3",
    "jest-extended": "0.11.5",
    "rimraf": "^3.0.2",
    "ts-jest": "~26.4.4",
    "typedoc": "~0.19.2",
    "typescript": "~4.1.2"
  },
  "publishConfig": {
    "access": "public"
  }
}