{
  "module": "./esm/mod.js",
  "main": "./script/mod.js",
  "types": "./types/mod.d.ts",
  "name": "customusepolimec",
  "version": "0.1.0",
  "description": "A React hooks library for Substrate and Wasm contracts on Substrate",
  "license": "Apache-2.0",
  "repository": "github:paritytech/useink",
  "keywords": [
    "ink!",
    "React",
    "hooks",
    "Polkadot",
    "Substrate"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./types/mod.d.ts",
        "default": "./esm/mod.js"
      },
      "require": {
        "types": "./types/mod.d.ts",
        "default": "./script/mod.js"
      }
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "dependencies": {
    "tslib": "^2.4.1",
    "@polkadot/api": "9.14.2",
    "@polkadot/api-contract": "9.14.2",
    "@polkadot/api-derive": "9.14.2",
    "@polkadot/extension-dapp": "0.44.8",
    "@polkadot/extension-inject": "0.44.8",
    "@polkadot/types": "9.14.2",
    "@polkadot/types-codec": "9.14.2",
    "bn.js": "5.2.1",
    "react": "18.2.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "chalk": "^4.1.2",
    "@deno/shim-deno-test": "~0.4.0",
    "ws": "^8.12.0",
    "@types/ws": "^8.5.4"
  }
}