@open-web3/orml-types
Version:
Polkadot.js types for Open Runtime Module Library (ORML)
27 lines (26 loc) • 752 B
JSON
{
"name": "@open-web3/orml-types",
"version": "2.0.1",
"description": "Polkadot.js types for Open Runtime Module Library (ORML)",
"main": "index.js",
"author": "Laminar Developers <hello@laminar.one>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/open-web3-stack/open-web3.js.git",
"bugs": {
"url": "https://github.com/open-web3-stack/open-web3.js/issues"
},
"homepage": "https://github.com/open-web3-stack/open-web3.js",
"peerDependencies": {
"@polkadot/api": "^8.12.2"
},
"devDependencies": {
"@polkadot/typegen": "^8.12.2"
},
"dependencies": {
"@open-web3/orml-type-definitions": "2.0.1"
}
}