{
  "name": "@cryptobadassteam/runelib",
  "version": "1.0.9",
  "description": "runestones encode and decode",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rimraf rimraf dist",
    "pretest": "npm run build",
    "test": "npm run test:mocha",
    "test:mocha": "cross-env mocha",
    "lint": "eslint . --ext .js,.ts --fix && prettier --write --ignore-unknown \"**/*\"",
    "lint-check": "eslint . --ext .js,.ts && prettier --check --ignore-unknown \"**/*\"",
    "prepublish": "npm run build",
    "prepare": "husky install"
  },
  "lint-staged": {
    "**/*": [
      "prettier --write --ignore-unknown"
    ],
    "**/*.{ts,js}": [
      "eslint --cache --fix"
    ]
  },
  "keywords": [
    "runestones"
  ],
  "author": "scrypt",
  "license": "ISC",
  "dependencies": {
    "bitcoinjs-lib": "^6.1.5"
  },
  "devDependencies": {
    "@bitcoinerlab/secp256k1": "^1.1.1",
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^10.0.0",
    "@types/node": "^20.12.7",
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "axios": "^1.6.8",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "cross-env": "^7.0.3",
    "ecpair": "^2.1.0",
    "eslint": "^8.48.0",
    "eslint-config-prettier": "^8.6.0",
    "husky": "^8.0.3",
    "lint-staged": "^13.1.0",
    "mocha": "^10.1.0",
    "prettier": "^2.8.2",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.4.5"
  }
}
