node-fetch/package.json

25 lines
498 B
JSON
Raw Permalink Normal View History

2023-01-13 17:52:55 +08:00
{
2023-01-13 18:28:04 +08:00
"type": "module",
2023-01-13 17:52:55 +08:00
"name": "@bytedo/node-fetch",
2023-01-13 18:28:04 +08:00
"version": "0.0.1",
"description": "node-fetch的增强版, 增加注入及数据处理",
"main": "dist/index.js",
2023-01-13 17:52:55 +08:00
"scripts": {
2023-01-13 18:28:04 +08:00
"start": "node build.js dev",
"build": "node build.js"
2023-01-13 17:52:55 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/node-fetch.git"
},
"keywords": [
"node-fetch",
"fetch"
],
"author": "",
2023-01-13 18:28:04 +08:00
"dependencies": {
"node-fetch": "^3.3.0"
},
2023-01-13 17:52:55 +08:00
"license": "MIT"
}