{
  "name": "codechain-keystore",
  "version": "0.6.3",
  "author": "CodeChain Team <hi@codechain.io>",
  "license": "ISC",
  "scripts": {
    "build": "tsc -p .",
    "test": "yarn lint && jest --env node",
    "lint": "tslint -p . && prettier 'src/**/*.{ts,js,json}' -l",
    "fmt": "tslint -p . --fix && prettier 'src/**/*.{ts,js,json}' --write"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CodeChain-io/codechain-keystore.git"
  },
  "bugs": {
    "url": "https://github.com/codechain-io/codechain-keystore/issues"
  },
  "homepage": "https://github.com/CodeChain-io/codechain-keystore#readme",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "dependencies": {
    "bitcore-mnemonic": "^8.6.0",
    "codechain-primitives": "^1.0.0",
    "config": "^2.0.1",
    "lodash": "^4.17.10",
    "lowdb": "^1.0.0",
    "lowdb-session-storage-adapter": "^1.0.0",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@types/jest": "^23.3.1",
    "@types/lodash": "^4.14.116",
    "@types/lowdb": "^1.0.5",
    "@types/node": "^10.9.1",
    "@types/uuid": "^3.4.4",
    "jest": "^23.5.0",
    "prettier": "1.14.2",
    "ts-jest": "^23.1.3",
    "ts-node": "^7.0.0",
    "tsc": "^1.20150623.0",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.14.0",
    "typescript": "^3.7.2"
  }
}
