{
  "name": "@turajs/crypto",
  "version": "1.0.12",
  "description": "Cryptographic functions for building Tura Network apps.",
  "keywords": [
    "tura",
    "tura-network",
    "blockchain",
    "smartcontracts",
    "crypto",
    "cryptography",
    "turajs"
  ],
  "contributors": [
    "ohager",
    "blankey1337"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TuraBlockchain/turajs"
  },
  "engines": {
    "node": ">=10"
  },
  "license": "Apache-2.0",
  "main": "./out/index.js",
  "typings": "./out/index.d.ts",
  "private": false,
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "devDependencies": {
    "@types/jest": "^24.0.12",
    "bili": "^4.10.1",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-typescript2": "^0.24.2"
  },
  "scripts": {
    "test": "jest",
    "tsc": "tsc",
    "bundle": "bili",
    "readme": "jsdoc2md  --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
  },
  "dependencies": {
    "@types/crypto-js": "^3.1.43",
    "@types/node": "^12.0.0",
    "@types/pako": "^1.0.1",
    "@types/seedrandom": "^2.4.27",
    "crypto-js": "^3.1.9-1",
    "pako": "^1.0.10",
    "seedrandom": "^3.0.5"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm test"
    }
  },
  "gitHead": "9974fd593c898226b37ee66bbce62479a1b7c554",
  "publishConfig": {
    "access": "public"
  }
}
