mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 02:08:01 +00:00
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/issues",
|
|
"description": "Common functions used across Pezkuwi, derived from RPC calls and storage queries.",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/tree/master/packages/api-derive#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/api-derive",
|
|
"repository": {
|
|
"directory": "packages/api-derive",
|
|
"type": "git",
|
|
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./cjs/packageDetect.js"
|
|
],
|
|
"type": "module",
|
|
"types": "./index.d.ts",
|
|
"version": "16.5.36",
|
|
"main": "./cjs/index.js",
|
|
"module": "./index.js",
|
|
"dependencies": {
|
|
"@pezkuwi/api": "16.5.36",
|
|
"@pezkuwi/api-augment": "16.5.36",
|
|
"@pezkuwi/api-base": "16.5.36",
|
|
"@pezkuwi/rpc-core": "16.5.36",
|
|
"@pezkuwi/rpc-provider": "16.5.36",
|
|
"@pezkuwi/types": "16.5.36",
|
|
"@pezkuwi/types-codec": "16.5.36",
|
|
"@pezkuwi/types-support": "16.5.36",
|
|
"@pezkuwi/util": "14.0.25",
|
|
"@pezkuwi/util-crypto": "14.0.25",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"module": "./build/index.js",
|
|
"default": "./build/index.js"
|
|
},
|
|
"./*": {
|
|
"module": "./build/*.js",
|
|
"default": "./build/*.js"
|
|
},
|
|
"./packageInfo": {
|
|
"module": "./build/packageInfo.js",
|
|
"default": "./build/packageInfo.js"
|
|
},
|
|
"./types": {
|
|
"module": "./build/types.js",
|
|
"default": "./build/types.js"
|
|
},
|
|
"./index": {
|
|
"module": "./build/index.js",
|
|
"default": "./build/index.js"
|
|
},
|
|
"./augment": {
|
|
"module": "./build/augment.js",
|
|
"default": "./build/augment.js"
|
|
},
|
|
"./packageDetect": {
|
|
"module": "./build/packageDetect.js",
|
|
"default": "./build/packageDetect.js"
|
|
},
|
|
"./derive": {
|
|
"module": "./build/derive.js",
|
|
"default": "./build/derive.js"
|
|
}
|
|
}
|
|
}
|