node-fetch/package.json

25 lines
498 B
JSON

{
"type": "module",
"name": "@bytedo/node-fetch",
"version": "0.0.1",
"description": "node-fetch的增强版, 增加注入及数据处理",
"main": "dist/index.js",
"scripts": {
"start": "node build.js dev",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/node-fetch.git"
},
"keywords": [
"node-fetch",
"fetch"
],
"author": "",
"dependencies": {
"node-fetch": "^3.3.0"
},
"license": "MIT"
}
node-fetch的增强版, 增加注入及数据处理。
JavaScript 100%