UNPKG

moonbeam-types-bundle

Version:

Bundled types to instantiate the Polkadot JS api with a Moonbeam network

52 lines (51 loc) 1.57 kB
{ "name": "moonbeam-types-bundle", "version": "2.0.10", "description": "Bundled types to instantiate the Polkadot JS api with a Moonbeam network", "main": "dist/index.js", "types": "dist/index.d.ts", "prepublish": "tsc", "scripts": { "compare": "rm -fr dist && tsc && npx ts-node check.ts", "build": "rm -fr dist && node_modules/.bin/tsc", "publish-package": "npm run build && npm publish", "lint": "npx prettier --write --ignore-path .gitignore '**/*.(yml|js|ts|json)'" }, "keywords": [ "moonbeam", "moonriver", "types", "bundle", "polkadot", "api" ], "author": "Antoine Estienne", "license": "GPL-3.0-only", "repository": { "type": "git", "url": "git+https://github.com/PureStake/moonbeam.git" }, "dependencies": { "@polkadot/api": "^9.14.1", "typescript": "^4.7.4" }, "devDependencies": { "@types/underscore": "^1.11.3", "underscore": "^1.13.1" }, "overrides": { "@polkadot/api": "$@polkadot/api", "@polkadot/api-derive": "$@polkadot/api", "@polkadot/api-augment": "$@polkadot/api", "@polkadot/api-base": "$@polkadot/api", "@polkadot/rpc-augment": "$@polkadot/api", "@polkadot/rpc-core": "$@polkadot/api", "@polkadot/rpc-provider": "$@polkadot/api", "@polkadot/types-create": "$@polkadot/api", "@polkadot/types-augment": "$@polkadot/api", "@polkadot/types-support": "$@polkadot/api", "@polkadot/types-codec": "$@polkadot/api", "@polkadot/types": "$@polkadot/api", "@polkadot/types-known": "$@polkadot/api" } }