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