mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
29 lines
720 B
JSON
29 lines
720 B
JSON
{
|
|
"name": "@doocs/md-cli",
|
|
"version": "0.0.3",
|
|
"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": {
|
|
"form-data": "2.3.3",
|
|
"get-port": "5.1.1",
|
|
"mockm": "^1.1.25",
|
|
"node-fetch": "^3.1.0"
|
|
}
|
|
}
|