taro-s4s
Version:
Nerv-multi多端开发解决方案
31 lines (30 loc) • 609 B
JSON
{
"name": "tarojs-aliapp-s4s",
"version": "1.0.0-beta.10",
"description": "Taro aliapp 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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"taro"
],
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.0.0-beta.10",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
}