UNPKG

@tarojs/plugin-http

Version:

Taro 小程序端支持使用 web 请求 的插件

46 lines 1 kB
{ "name": "@tarojs/plugin-http", "version": "4.1.9", "description": "Taro 小程序端支持使用 web 请求 的插件", "author": "O2Team", "license": "MIT", "main": "index.js", "files": [ "src", "dist", "index.js", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "keywords": [ "Taro" ], "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "homepage": "https://github.com/NervJS/taro#readme", "engines": { "node": ">= 18" }, "devDependencies": { "@tarojs/service": "4.1.9", "@tarojs/taro": "4.1.9", "@tarojs/runtime": "4.1.9", "@tarojs/shared": "4.1.9" }, "peerDependencies": { "@tarojs/runtime": "4.1.9", "@tarojs/shared": "4.1.9", "@tarojs/taro": "4.1.9" }, "scripts": { "prod": "pnpm run build", "dev": "rollup -c -w", "build": "rollup -c", "test": "jest", "test:ci": "jest --ci -i --coverage --silent" } }