forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 892 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/cennznet/ui/issues",
"contributors": [],
"description": "A collection of RxJs React components the Polkadot JS API",
"engines": {
"node": ">=8.0"
},
"homepage": "https://github.com/cennznet/ui/tree/master/packages/react-query#readme",
"keywords": [
"Polkadot",
"React",
"RxJs"
],
"license": "Apache-2.0",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"name": "@polkadot/react-query",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"directory": "packages/react-query",
"type": "git",
"url": "https://github.com/cennznet/ui.git"
},
"sideEffects": false,
"type": "module",
"version": "0.40.0-beta.45",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.0"
}
}