{
  "name": "@dfns/bik",
  "version": "3.7.23",
  "description": "Blockchain integration Kit for DFNS",
  "main": "dist/index.js",
  "repository": "https://github.com/dfnsco/bik.git",
  "files": [
    "node_modules/**/*",
    "dist/**/*"
  ],
  "scripts": {
    "clean": "rimraf ./dist",
    "test": "jest spec",
    "format": "prettier --write \"src/**/*.{js,ts}\" \"spec/**/*.{js,ts}\"",
    "lint": "eslint ./src ./spec --fix",
    "cb": "npm run clean && npm run build",
    "build": "tsc",
    "prepublishOnly": "npm run test && npm run cb"
  },
  "author": "",
  "license": "SEE LICENSE IN XKEY_LICENSE",
  "dependencies": {
    "decimal.js": "^10.4.3",
    "elliptic": "^6.5.4"
  },
  "devDependencies": {
    "@dfns/eslint-config": "^1.0.26",
    "@release-it/conventional-changelog": "^5.1.1",
    "@types/aws-lambda": "^8.10.114",
    "@types/axios": "^0.14.0",
    "@types/elliptic": "^6.4.14",
    "@types/jest": "^29.5.0",
    "@types/lodash": "^4.14.192",
    "@types/node-fetch": "^3.0.2",
    "decimal.js": "^10.4.3",
    "elliptic": "^6.5.4",
    "given2": "^2.1.7",
    "husky": "8.0.3",
    "jest": "^29.5.0",
    "lint-staged": "^13.2.1",
    "prettier": "^2.8.7",
    "release-it": "^15.10.1",
    "rimraf": "^5.0.0",
    "superagent-proxy": "^3.0.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx}": [
      "npx prettier --write",
      "npx eslint --fix"
    ]
  }
}
