polkadot-js/api

View on GitHub
packages/types-known/package.json

Summary

Maintainability
Test Coverage
{
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "bugs": "https://github.com/polkadot-js/api/issues",
  "description": "Known type definitions",
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
  "license": "Apache-2.0",
  "name": "@polkadot/types-known",
  "repository": {
    "directory": "packages/types-known",
    "type": "git",
    "url": "https://github.com/polkadot-js/api.git"
  },
  "sideEffects": [
    "./packageDetect.js",
    "./packageDetect.cjs"
  ],
  "type": "module",
  "version": "11.0.2",
  "main": "index.js",
  "dependencies": {
    "@polkadot/networks": "^12.6.2",
    "@polkadot/types": "11.0.2",
    "@polkadot/types-codec": "11.0.2",
    "@polkadot/types-create": "11.0.2",
    "@polkadot/util": "^12.6.2",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@polkadot/api": "11.0.2"
  }
}