Files
common/packages/util/package.json
github-actions[bot] b50ee462da [CI Skip] bump/beta 10.1.4-1-x
skip-checks: true
2022-08-10 11:52:51 +00:00

52 lines
1.3 KiB
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/common/issues",
"contributors": [],
"description": "A collection of useful utilities for @polkadot",
"engines": {
"node": ">=14.0.0"
},
"exports": {
"./hex/toU8a": {
"node": {
"require": "./cjs/hex/toU8aBuffer.js",
"default": "./hex/toU8aBuffer.js"
}
},
"./u8a/toHex": {
"node": {
"require": "./cjs/u8a/toHexBuffer.js",
"default": "./u8a/toHexBuffer.js"
}
}
},
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/util",
"repository": {
"directory": "packages/util",
"type": "git",
"url": "https://github.com/polkadot-js/common.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "10.1.4-1-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-bigint": "10.1.4-1-x",
"@polkadot/x-global": "10.1.4-1-x",
"@polkadot/x-textdecoder": "10.1.4-1-x",
"@polkadot/x-textencoder": "10.1.4-1-x",
"@types/bn.js": "^5.1.0",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@polkadot/x-randomvalues": "10.1.4-1-x"
}
}