26 lines
803 B
JSON
26 lines
803 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|