{
  "name": "@stricahq/bip32ed25519",
  "version": "1.1.2",
  "description": "Pure javascript implementation of Bip32Ed25519, used for Cardano blockchain key pair.",
  "main": "dist/index.js",
  "keywords": [
    "bip32ed25519",
    "strica",
    "cardano"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/StricaHQ/bip32Ed25519.git"
  },
  "bugs": {
    "url": "https://github.com/StricaHQ/bip32Ed25519/issues"
  },
  "homepage": "https://github.com/StricaHQ/bip32Ed25519#readme",
  "scripts": {
    "build": "rm -rf dist && tsc && webpack",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint 'src/**/*.ts --fix'",
    "test": "ts-mocha tests/**/*.spec.ts",
    "docs": "rm -rf docs && typedoc"
  },
  "author": "Strica",
  "license": "Apache-2.0",
  "dependencies": {
    "blakejs": "^1.1.1",
    "bn.js": "^5.2.0",
    "buffer": "^6.0.3",
    "elliptic": "6.6.1",
    "hash.js": "^1.1.7",
    "pbkdf2": "^3.1.2"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "@types/chai": "^4.2.18",
    "@types/elliptic": "^6.4.14",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.12.2",
    "@types/pbkdf2": "^3.1.0",
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-prettier": "^4.0.0",
    "mocha": "^9.0.0",
    "prettier": "^2.3.1",
    "terser-webpack-plugin": "^5.3.1",
    "ts-loader": "^9.2.8",
    "ts-mocha": "^8.0.0",
    "typedoc": "^0.22.8",
    "typescript": "^4.3.2",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.9.2"
  },
  "files": [
    "dist/**/*",
    "LICENSE",
    "README.md",
    "package.json"
  ]
}
