@tarojs/taro-weapp
Version:
Taro weapp framework
33 lines (32 loc) • 674 B
JSON
{
"name": "@tarojs/taro-weapp",
"version": "2.2.10",
"description": "Taro weapp framework",
"main": "index.js",
"files": [
"dist",
"src",
"index.js",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js",
"watch": "rollup -c rollup.config.js -w"
},
"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"
}
}