UNPKG

668 BJSONView Raw
1{
2 "name": "@tarojs/taro-qq",
3 "version": "2.2.10",
4 "description": "Taro qq framework",
5 "main": "index.js",
6 "files": [
7 "dist",
8 "src",
9 "index.js",
10 "package.json"
11 ],
12 "scripts": {
13 "test": "echo \"Error: no test specified\" && exit 1",
14 "build": "rollup -c rollup.config.js",
15 "watch": "rollup -c rollup.config.js -w"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/NervJS/taro.git"
20 },
21 "keywords": [
22 "taro"
23 ],
24 "author": "O2Team",
25 "license": "MIT",
26 "dependencies": {
27 "@tarojs/taro": "^2.2.10",
28 "@tarojs/utils": "^2.2.10",
29 "lodash": "^4.17.10",
30 "prop-types": "^15.6.1"
31 }
32}