{
  "name": "@protokol/nft-exchange-crypto",
  "version": "1.0.1",
  "description": "Transaction Builders For Exchange NFT Transaction Types",
  "license": "CC-BY-NC-SA-4.0",
  "homepage": "https://docs.protokol.com/nft/",
  "bugs": {
    "url": "https://github.com/protokol/nft-plugins/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/protokol/nft-plugins.git"
  },
  "keywords": [
    "protokol",
    "ark",
    "core",
    "sdk",
    "nft",
    "blockchain"
  ],
  "contributors": [
    "Žan Kovač <zan@protokol.com",
    "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",
    "publish": "yarn build && yarn npm publish --access public --tolerate-republish"
  },
  "dependencies": {
    "@arkecosystem/crypto": "^3.0.0",
    "@protokol/core-nft-crypto": "1.0.1",
    "@protokol/utils": "^1.0.0",
    "bytebuffer": "^5.0.1"
  },
  "devDependencies": {
    "@arkecosystem/core-test-framework": "^3.0.0",
    "@sindresorhus/tsconfig": "~2.0.0",
    "@types/jest": "~27.0.0",
    "@types/node": "^14.14.39",
    "@types/rimraf": "^3.0.0",
    "codecov": "^3.8.1",
    "cross-env": "^7.0.2",
    "jest": "~27.2.0",
    "jest-extended": "0.11.5",
    "rimraf": "^3.0.2",
    "ts-jest": "~27.0.1",
    "typedoc": "~0.22.0",
    "typescript": "~4.4.2",
    "util": "^0.12.3"
  },
  "publishConfig": {
    "access": "public"
  }
}