xunfeiAI/node_modules/miniprogram-fetch/package.json

26 lines
803 B
JSON
Raw Normal View History

2023-09-12 20:19:08 +08:00
{
"name": "miniprogram-fetch",
"version": "4.5.1",
"description": "Fetch API polyfill for Wechat MiniProgram",
"keywords": [
"fetch",
"miniprogram",
"promise",
"request"
],
"license": "Apache-2.0",
"author": "NewFuture",
"main": "dist/fetch.js",
"module": "es/fetch.js",
"typings": "dist/fetch.d.ts",
"scripts": {
"build": "tsc fetch.ts --moduleResolution node --target es6 --outDir dist -d",
"build:es5": "tsc fetch.ts --moduleResolution node --target es5 --outDir dist -d",
"build:es6": "tsc fetch.ts fetch.ts --moduleResolution node -m es6 --target es6 --outDir es"
},
"dependencies": {
"miniprogram-queue": "^4.5.1"
},
"gitHead": "b2e8378c0f100e13446d255aa20121396f6675d3"
}