polkadot-js/api

View on GitHub
packages/typegen/package.json

Summary

Maintainability
Test Coverage
{
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "bugs": "https://github.com/polkadot-js/api/issues",
  "description": "Type generation scripts",
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://github.com/polkadot-js/api/tree/master/packages/typegen#readme",
  "license": "Apache-2.0",
  "name": "@polkadot/typegen",
  "repository": {
    "directory": "packages/typegen",
    "type": "git",
    "url": "https://github.com/polkadot-js/api.git"
  },
  "sideEffects": [
    "./packageDetect.js",
    "./packageDetect.cjs"
  ],
  "type": "module",
  "version": "10.13.1",
  "main": "index.js",
  "bin": {
    "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
    "polkadot-types-from-chain": "./scripts/polkadot-types-from-chain.mjs",
    "polkadot-types-from-defs": "./scripts/polkadot-types-from-defs.mjs",
    "polkadot-types-internal-interfaces": "./scripts/polkadot-types-internal-interfaces.mjs",
    "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
  },
  "dependencies": {
    "@polkadot/api": "10.13.1",
    "@polkadot/api-augment": "10.13.1",
    "@polkadot/rpc-augment": "10.13.1",
    "@polkadot/rpc-provider": "10.13.1",
    "@polkadot/types": "10.13.1",
    "@polkadot/types-augment": "10.13.1",
    "@polkadot/types-codec": "10.13.1",
    "@polkadot/types-create": "10.13.1",
    "@polkadot/types-support": "10.13.1",
    "@polkadot/util": "^12.6.2",
    "@polkadot/util-crypto": "^12.6.2",
    "@polkadot/x-ws": "^12.6.2",
    "handlebars": "^4.7.8",
    "tslib": "^2.6.2",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/yargs": "^17.0.32"
  }
}