{
  "name": "pchain-types-js",
  "version": "5.0.0",
  "description": "ParallelChain protocol types implementation written in typescript",
  "types": "lib/index.d.ts",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha",
    "test:watch": "mocha --watch --watch-files './src/**/*.ts,./tests/**/*.*'",
    "build": "tsc --project tsconfig.build.json",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint --config .eslintrc.js --ext .ts src/ --fix",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "parallelchain",
    "protocol-types",
    "xpll",
    "pchain"
  ],
  "author": "ParallelChain Lab",
  "license": "ISC",
  "homepage": "https://github.com/parallelchain-io/parallelchain-protocol/",
  "dependencies": {
    "@noble/ed25519": "^1.7.1",
    "@types/bn.js": "^5.1.1",
    "base64url": "^3.0.1",
    "borsh": "^0.7.0",
    "ts-node": "^10.8.2",
    "typescript": "^4.7.4"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.1",
    "@types/bs58": "^4.0.1",
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/sinon": "^10.0.15",
    "@types/text-encoding-utf-8": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "chai": "^4.3.7",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-jsdoc": "^44.2.6",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^4.2.1",
    "merkletreejs": "^0.3.10",
    "mocha": "^10.2.0",
    "prettier": "^2.8.8",
    "sinon": "^15.1.0",
    "tweetnacl": "^1.0.3"
  }
}
