UNPKG

@tarojs/plugin-platform-qq

Version:

QQ 小程序平台插件

43 lines 868 B
{ "name": "@tarojs/plugin-platform-qq", "version": "4.1.5", "description": "QQ 小程序平台插件", "author": "O2Team", "license": "MIT", "main": "index.js", "types": "dist/types/index.d.ts", "keywords": [ "taro" ], "files": [ "index.js", "dist", "types" ], "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "engines": { "node": ">= 18" }, "dependencies": { "@tarojs/plugin-platform-weapp": "4.1.5" }, "devDependencies": { "@tarojs/shared": "4.1.5", "@tarojs/service": "4.1.5" }, "peerDependencies": { "@tarojs/plugin-platform-weapp": "4.1.5", "@tarojs/shared": "4.1.5" }, "scripts": { "prod": "pnpm run build", "build": "rollup -c", "dev": "rollup -c -w" } }