1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@polkadot/react-query",
- "version": "0.51.1",
- "description": "A collection of RxJs React components the Polkadot JS API",
- "main": "index.js",
- "keywords": [
- "Polkadot",
- "React",
- "RxJs"
- ],
- "author": "Jaco Greeff <jacogr@gmail.com>",
- "maintainers": [
- "Jaco Greeff <jacogr@gmail.com>"
- ],
- "contributors": [],
- "license": "Apache-2.0",
- "engines": {
- "node": ">=8.0"
- },
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.org"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/polkadot-js/ui.git"
- },
- "bugs": {
- "url": "https://github.com/polkadot-js/ui/issues"
- },
- "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
- "dependencies": {
- "@babel/runtime": "^7.10.5"
- }
- }
|