{
    "name": "@chainsafe/bls-hd-key",
    "version": "0.3.0",
    "description": "BLS KDF and HD wallet utilities",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "test": "yarn run test:node && yarn run test:web",
        "test:node": "mocha -r ts-node/register test/**/*.spec.ts ",
        "test:web": "karma start",
        "clean": "rm -rf lib",
        "lint": "eslint --ext .ts src/",
        "check-types": "tsc --noEmit",
        "prebuild": "yarn run clean",
        "build": "tsc --outDir lib -p tsconfig.build.json"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ChainSafe/bls-hd-key.git"
    },
    "author": "ChainSafe Systems",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/ChainSafe/bls-hd-key/issues"
    },
    "homepage": "https://github.com/ChainSafe/bls-hd-key#readme",
    "devDependencies": {
        "@types/chai": "^4.2.10",
        "@types/mocha": "^5.2.5",
        "@types/node": "^13.7.7",
        "@typescript-eslint/eslint-plugin": "^2.22.0",
        "@typescript-eslint/parser": "^2.22.0",
        "chai": "^4.2.0",
        "eslint": "6.8.0",
        "eslint-plugin-import": "^2.20.1",
        "karma": "^4.4.1",
        "karma-chai": "^0.1.0",
        "karma-chrome-launcher": "^3.1.0",
        "karma-cli": "^2.0.0",
        "karma-mocha": "^1.3.0",
        "karma-spec-reporter": "^0.0.32",
        "karma-webpack": "^4.0.2",
        "mocha": "^6.2.2",
        "ts-loader": "^6.2.1",
        "ts-node": "^8.7.0",
        "typescript": "^3.8.3",
        "webpack": "^4.42.0"
    },
    "dependencies": {
        "@noble/hashes": "^1.0.0"
    }
}
