@open-web3/api-mobx
Version:
MobX integration for polkadot.js
28 lines (27 loc) • 727 B
JSON
{
"name": "@open-web3/api-mobx",
"version": "1.1.4",
"description": "MobX integration for polkadot.js",
"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",
"dependencies": {
"mobx": "^5.15.7",
"mobx-utils": "^5.6.2"
},
"peerDependencies": {
"@polkadot/api": ">6.3.1"
},
"devDependencies": {
"@acala-network/api": "^2.0.0"
}
}