53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/api/issues",
|
|
"description": "Type generation scripts",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/typegen#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/typegen",
|
|
"repository": {
|
|
"directory": "packages/typegen",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/api.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "16.5.7-4-x",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
|
|
"polkadot-types-from-chain": "./scripts/polkadot-types-from-chain.mjs",
|
|
"polkadot-types-from-defs": "./scripts/polkadot-types-from-defs.mjs",
|
|
"polkadot-types-internal-interfaces": "./scripts/polkadot-types-internal-interfaces.mjs",
|
|
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@polkadot/api": "16.5.7-4-x",
|
|
"@polkadot/api-augment": "16.5.7-4-x",
|
|
"@polkadot/api-derive": "16.5.7-4-x",
|
|
"@polkadot/rpc-augment": "16.5.7-4-x",
|
|
"@polkadot/rpc-provider": "16.5.7-4-x",
|
|
"@polkadot/types": "16.5.7-4-x",
|
|
"@polkadot/types-augment": "16.5.7-4-x",
|
|
"@polkadot/types-codec": "16.5.7-4-x",
|
|
"@polkadot/types-create": "16.5.7-4-x",
|
|
"@polkadot/types-support": "16.5.7-4-x",
|
|
"@polkadot/util": "^14.0.3",
|
|
"@polkadot/util-crypto": "^14.0.3",
|
|
"@polkadot/x-ws": "^14.0.3",
|
|
"comment-parser": "^1.4.1",
|
|
"handlebars": "^4.7.8",
|
|
"tslib": "^2.8.1",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/yargs": "^17.0.33"
|
|
}
|
|
}
|