-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 903 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 903 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
31
32
33
34
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/api/issues",
"description": "Known type definitions",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
"license": "Apache-2.0",
"name": "@polkadot/types-known",
"repository": {
"directory": "packages/types-known",
"type": "git",
"url": "https://github.com/polkadot-js/api.git"
},
"sideEffects": [
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "17.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^14.0.1",
"@polkadot/types": "17.0.1",
"@polkadot/types-codec": "17.0.1",
"@polkadot/types-create": "17.0.1",
"@polkadot/util": "^14.0.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "17.0.1"
}
}