md/md-cli/package.json
xw 5dec24f819
chore: upgrade md-cli to v0.0.6 (#257)
* fix: Update the command line parameter passing method

* chore: Upgrade mockm

* chore: Only use mockm with md-cli

* chore: Update the version number of md-cli

* feat: Optimize process management

* fix: Optimize space paths
2023-12-06 18:46:27 +08:00

30 lines
767 B
JSON

{
"name": "@doocs/md-cli",
"version": "0.0.6",
"description": "✍ 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 所有基础语法、色盘取色、一键复制并粘贴到公众号后台、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"md-cli": "index.js"
},
"files": [
"dist",
"public",
"index.js",
"mm.config.js",
"util.js"
],
"keywords": [],
"author": "wll8",
"license": "ISC",
"dependencies": {
"@wll8/process-manager": "^1.0.1",
"form-data": "2.3.3",
"get-port": "5.1.1",
"mockm": "^1.1.27-alpha.2",
"node-fetch": "^3.1.0"
}
}