mm_machine
Version:
这是超级美眉框架机制构建辅助模块,用于快速构建一个机制
37 lines (36 loc) • 745 B
JSON
{
"name": "mm_machine",
"version": "1.9.9",
"description": "这是超级美眉框架机制构建辅助模块,用于快速构建一个机制",
"main": "index.js",
"scripts": {
"test": "node ./test.js",
"dev": "nodemon ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://gitee.com/qiuwenwu91/mm_machine.git"
},
"keywords": [
"common",
"com",
"run",
"cmd",
"load",
"save",
"get",
"set",
"add",
"del"
],
"author": "邱文武",
"license": "ISC",
"bugs": {
"url": "https://gitee.com/qiuwenwu91/mm_machine/issues"
},
"homepage": "https://gitee.com/qiuwenwu91/mm_machine#readme",
"dependencies": {
"mm_config": "^1.1.5",
"mm_hot_reload": "^1.0.7"
}
}