3 Star 0 Fork 0

mirrors_jaywcjlove/markdown-to-html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"scripts": {
"prepare": "husky",
"build": "lerna exec --scope @wcj/markdown-to-html -- tsbb build",
"build:dist": "lerna exec \"npm run build\" --scope @wcj/markdown-to-html",
"watch": "lerna exec --scope @wcj/markdown-to-html -- tsbb watch",
"watch:dist": "lerna exec \"npm run start\" --scope @wcj/markdown-to-html",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"remove": "lerna exec \"rm -rf node_modules build package-lock.json\"",
"clean": "lerna clean --yes && npm run remove",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"bootstrap": "lerna bootstrap"
},
"keywords": [
"validator",
"validator.tool",
"validator.js",
"validation",
"validate",
"sanitization",
"sanitize",
"sanitisation",
"sanitise",
"assert"
],
"engines": {
"node": ">=16.0.0"
},
"workspaces": [
"packages/**"
],
"lint-staged": {
"*.{js,jsx,css,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"devDependencies": {
"husky": "^9.0.11",
"lerna": "^8.0.0",
"lint-staged": "~14.0.0",
"prettier": "~3.0.0",
"tsbb": "~4.4.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jaywcjlove/markdown-to-html.git
git@gitee.com:mirrors_jaywcjlove/markdown-to-html.git
mirrors_jaywcjlove
markdown-to-html
markdown-to-html
main

搜索帮助