35 lines
903 B
JSON
35 lines
903 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/api/issues",
|
|
"description": "Known type definitions",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"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": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "10.5.1",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/networks": "^12.1.1",
|
|
"@polkadot/types": "10.5.1",
|
|
"@polkadot/types-codec": "10.5.1",
|
|
"@polkadot/types-create": "10.5.1",
|
|
"@polkadot/util": "^12.1.1",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/api": "10.5.1"
|
|
}
|
|
}
|