{
  "name": "icns-js",
  "version": "0.1.9",
  "description": "icns-js is a library for interacting with ICNS canisters",
  "main": "dist/index.js",
  "repository": "https://github.com/icns-id/icns-js.git",
  "author": "ICNS Team",
  "license": "GLP-3.0",
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest-dom": "^4.0.1",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.7",
    "js-sha256": "^0.9.0",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.3",
    "ts-patch": "^2.0.1",
    "typedoc": "^0.22.11",
    "typedoc-plugin-markdown": "^3.11.14",
    "typescript": "^4.5.5",
    "typescript-transform-paths": "^3.3.1"
  },
  "scripts": {
    "prepare": "ts-patch install -s",
    "build": "tsc --project tsconfig.build.json",
    "test": "jest --watch",
    "test:ci": "jest --silent",
    "test:coverage": "jest --coverage",
    "docs": "npx typedoc --readme none --disableSources --sort static-first --sort alphabetical --plugin typedoc-plugin-markdown --hideBreadcrumbs --out docs src/index.ts --excludeInternal"
  },
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/(?!lodash-es)"
    ]
  },
  "dependencies": {
    "@dfinity/agent": "^0.10.2",
    "@dfinity/candid": "^0.10.2",
    "@dfinity/principal": "^0.10.2",
    "@ensdomains/address-encoder": "^0.2.16",
    "bignumber.js": "^9.0.2",
    "cross-fetch": "^3.1.5"
  }
}
