{
  "name": "@kiltprotocol/augment-api",
  "version": "1.11504.0",
  "license": "BSD-4-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kiltprotocol/types-augment.git"
  },
  "bugs": "https://github.com/KILTprotocol/types-augment/issues",
  "peerDependencies": {
    "@kiltprotocol/type-definitions": "^1.11502.1",
    "@polkadot/api": "~12.2.0",
    "@polkadot/typegen": "~12.2.0",
    "@polkadot/types": "^12.2.0",
    "typescript": "*"
  },
  "peerDependenciesMeta": {
    "@kiltprotocol/type-definitions": {
      "optional": true
    },
    "@polkadot/typegen": {
      "optional": true
    },
    "@polkadot/types": {
      "optional": true
    }
  },
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./esm/index.d.ts",
        "default": "./esm/index.mjs"
      },
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "devDependencies": {
    "@kiltprotocol/type-definitions": "^1.11502.1",
    "@polkadot/typegen": "~12.2.0",
    "typescript": "^5.3.3"
  },
  "scripts": {
    "updateMetadata": "node updateMetadata.mjs",
    "build": "node augmentFromFile.mjs && yarn build:esm",
    "build:esm": "yarn tsc --emitDeclarationOnly --outDir esm  && echo '{\"type\":\"module\"}' > ./esm/package.json",
    "lint": "tsc --noEmit --emitDeclarationOnly false --pretty",
    "prepack": "yarn build",
    "prepublish": "yarn exec cp -f ../../LICENSE ."
  },
  "bin": {
    "kilt_reaugment": "augmentFromFile.mjs",
    "kilt_updateMetadata": "updateMetadata.mjs"
  },
  "files": [
    "**/*.d.ts",
    "**/*.mjs",
    "**/package.json",
    "*.d.ts",
    "*.mjs",
    "tsconfig.json",
    ".eslintrc.js",
    "metadata.json",
    ".env.kilt",
    "index.js"
  ],
  "type": "commonjs",
  "optionalDependencies": {
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "dotenv": "^16.4.5",
    "eslint": "^8.57.0",
    "eslint-plugin-unused-imports": "^3.1.0"
  },
  "sideEffects": false
}