polkadot-js/api

View on GitHub
packages/types/package.json

Summary

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