mk-mobile-command
Version:
28 lines • 568 B
JSON
{
"isMKMobileApp": true,
"name": "welcome",
"description": "welcome",
"version": "1.0.0",
"license": "MIT",
"author": "monkey king",
"keywords": [
"mk",
"monkey king",
"react",
"redux",
"antd"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ziaochina/mk-command.git"
},
"dependencies": {
"mk-mobile-command": "*",
"mk-mobile-sdk": "*"
},
"scripts": {
"start": "mkm start",
"build": "mkm build",
"pkg": "mkm pkg"
}
}