mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-21 23:48:05 +00:00
26 lines
701 B
JSON
26 lines
701 B
JSON
{
|
|
"author": "Pezkuwi Team <team@pezkuwichain.app>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
|
|
"description": "A bundler helper",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/x-bundle#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/x-bundle",
|
|
"repository": {
|
|
"directory": "packages/x-bundle",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-common.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "14.0.8",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@pezkuwi/util": "workspace:*",
|
|
"buffer-es6": "^4.9.3",
|
|
"tslib": "^2.8.0"
|
|
}
|
|
}
|