Files
common/packages/x-bundle/package.json
github-actions[bot] e6b0411e9c [CI Skip] bump/beta 13.5.6-2-x
skip-checks: true
2025-08-26 14:00:47 +00:00

26 lines
673 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/common/issues",
"description": "A bundler helper",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-bundle#readme",
"license": "Apache-2.0",
"name": "@polkadot/x-bundle",
"repository": {
"directory": "packages/x-bundle",
"type": "git",
"url": "https://github.com/polkadot-js/common.git"
},
"sideEffects": false,
"type": "module",
"version": "13.5.6-2-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "13.5.6-2-x",
"buffer-es6": "^4.9.3",
"tslib": "^2.8.0"
}
}