mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"author": "Pezkuwi Team <team@pezkuwichain.app>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
|
|
"description": "A collection of useful utilities for @pezkuwi",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/util#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/util",
|
|
"repository": {
|
|
"directory": "packages/util",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-common.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "14.0.8",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./index.js",
|
|
"require": "./cjs/index.js"
|
|
},
|
|
"./hex/toU8a": {
|
|
"node": {
|
|
"require": "./cjs/hex/toU8aBuffer.js",
|
|
"default": "./hex/toU8aBuffer.js"
|
|
}
|
|
},
|
|
"./u8a/toHex": {
|
|
"node": {
|
|
"require": "./cjs/u8a/toHexBuffer.js",
|
|
"default": "./u8a/toHexBuffer.js"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@pezkuwi/x-bigint": "workspace:*",
|
|
"@pezkuwi/x-global": "workspace:*",
|
|
"@pezkuwi/x-textdecoder": "workspace:*",
|
|
"@pezkuwi/x-textencoder": "workspace:*",
|
|
"@types/bn.js": "^5.1.6",
|
|
"bn.js": "^5.2.1",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/x-randomvalues": "workspace:*"
|
|
}
|
|
}
|