Files
pezkuwi-common/packages/x-fetch/package.json
T

28 lines
775 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
"description": "A cross-environment fetch replacement",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/x-fetch#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/x-fetch",
"repository": {
"directory": "packages/x-fetch",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-common.git"
},
"sideEffects": false,
"type": "module",
"version": "14.0.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@pezkuwi/x-global": "14.0.1",
"node-fetch": "^3.3.2",
"tslib": "^2.8.0"
}
}