{
  "name": "xrpl-binary-codec",
  "version": "1.4.2",
  "description": "XRP Ledger binary codec",
  "files": [
    "dist/*",
    "bin/*",
    "test/*"
  ],
  "main": "dist/",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "assert": "^2.0.0",
    "big-integer": "^1.6.48",
    "buffer": "5.6.0",
    "create-hash": "^1.2.0",
    "decimal.js": "^10.2.0",
    "ripple-address-codec": "^4.2.3"
  },
  "scripts": {
    "build": "run-script-os",
    "build:default": "tsc -b && copy .\\src\\enums\\definitions.json .\\dist\\enums",
    "build:nix": "tsc -b && cp ./src/enums/definitions.json ./dist/enums",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
    "prepare": "npm run build && npm test",
    "test": "jest",
    "lint": "eslint . --ext .ts --ext .test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/RichardAH/xrpl-binary-codec.git"
  },
  "bugs": {
    "url": "https://github.com/RichardAH/xrpl-binary-codec/issues"
  },
  "homepage": "https://github.com/RichardAH/xrpl-binary-codec/tree/main/#readme",
  "license": "ISC",
  "prettier": "@xrplf/prettier-config",
  "engines": {
    "node": ">=10.22.0"
  },
  "keywords": [
    "xrpl",
    "hooks",
    "ripple-binary-codec"
  ],
  "author": "Ripple",
  "devDependencies": {
    "@types/node": "^17.0.14"
  }
}
