-
Notifications
You must be signed in to change notification settings - Fork 380
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 824 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 824 Bytes
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
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/api/issues",
"description": "RPC generated augmentation",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-augment#readme",
"license": "Apache-2.0",
"name": "@polkadot/rpc-augment",
"repository": {
"directory": "packages/rpc-augment",
"type": "git",
"url": "https://github.com/polkadot-js/api.git"
},
"sideEffects": [
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "15.1.2-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.1.2-1-x",
"@polkadot/types": "15.1.2-1-x",
"@polkadot/types-codec": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.1"
}
}