@areslabs/alita
Version:
首个ReactNative转微信小程序引擎
37 lines (36 loc) • 857 B
JSON
{
"name": "@areslabs/alita",
"bin": {
"alita": "./lib/index.js"
},
"files": [
"lib",
"package.json"
],
"keywords": [
"react",
"react-native",
"wechat-mini-program",
"wechat",
"weixin",
"redux"
],
"version": "2.6.4",
"description": "首个ReactNative转微信小程序引擎",
"main": "./lib/index.js",
"scripts": {
"test": "echo '正在补充测试用例。。。' && jest",
"eslint": "eslint .",
"fix": "eslint . --fix",
"build": "rm -fr lib && babel src --out-dir lib --extensions \".js,.ts\"",
"link": "npm run compiler && sudo npm link"
},
"authors": "yankang (https://github.com/ykforerlang)",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"fs-extra": "^7.0.0",
"getopts": "^2.2.3"
},
"gitHead": "4af8073e27777ef473d452af0927f47b1999064f"
}