{
  "name": "@protokol/notarization-api",
  "version": "1.0.0-beta.0",
  "description": "REST API For Notarization Functionality",
  "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 clean && yarn compile -w",
    "clean": "rimraf .coverage dist tmp",
    "test": "jest",
    "test:unit": "jest __tests__/unit/** --forceExit --detectOpenHandles",
    "test:unit:coverage": "jest __tests__/unit --coverage --detectOpenHandles",
    "test:integration": "jest __tests__/integration --runInBand --forceExit",
    "test:integration:coverage": "jest __tests__/integration --coverage --runInBand --forceExit",
    "publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish"
  },
  "dependencies": {
    "@arkecosystem/core-api": "3.0.0-next.11",
    "@arkecosystem/core-kernel": "3.0.0-next.11",
    "@arkecosystem/crypto": "3.0.0-next.11",
    "@hapi/boom": "^9.1.0",
    "@hapi/hapi": "^20.0.2",
    "@hapi/joi": "^17.1.0",
    "@protokol/notarization-crypto": "1.0.0-beta.0",
    "@protokol/notarization-transactions": "1.0.0-beta.0"
  },
  "devDependencies": {
    "@arkecosystem/core-database": "3.0.0-next.11",
    "@arkecosystem/core-kernel": "3.0.0-next.11",
    "@arkecosystem/core-state": "3.0.0-next.11",
    "@arkecosystem/core-test-framework": "3.0.0-next.11",
    "@arkecosystem/core-transaction-pool": "3.0.0-next.11",
    "@arkecosystem/core-transactions": "3.0.0-next.11",
    "@sindresorhus/tsconfig": "^0.8.0",
    "@types/eslint": "^7.2.5",
    "@types/eslint-plugin-prettier": "^3.1.0",
    "@types/hapi__boom": "^7.4.1",
    "@types/hapi__joi": "^17.1.6",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.8",
    "@types/prettier": "^2.1.5",
    "@types/rimraf": "^3.0.0",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^4.8.1",
    "codecov": "^3.8.1",
    "cross-env": "^7.0.2",
    "eslint": "^7.13.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-simple-import-sort": "^6.0.0",
    "jest": "^26.6.3",
    "jest-extended": "^0.11.5",
    "npm-check-updates": "~10.2.1",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "ts-jest": "~26.4.4",
    "typedoc": "~0.19.2",
    "typescript": "~4.1.2"
  },
  "engines": {
    "node": ">=10.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "arkecosystem": {
    "core": {
      "alias": "notarization-api"
    }
  }
}