UNPKG

@tarojs/taro-quickapp

Version:

Taro quickapp framework

33 lines (32 loc) 639 B
{ "name": "@tarojs/taro-quickapp", "version": "2.2.10", "description": "Taro quickapp framework", "main": "index.js", "files": [ "dist", "src", "index.js", "package.json" ], "scripts": { "build": "rollup -c rollup.config.js", "dev": "rollup -c rollup.config.js -w", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "keywords": [ "taro" ], "author": "O2Team", "license": "MIT", "dependencies": { "@tarojs/taro": "^2.2.10", "@tarojs/utils": "^2.2.10", "lodash": "^4.17.10", "prop-types": "^15.6.1" } }