Files
PugApp/package.json
2024-09-27 01:11:00 +08:00

29 lines
746 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "HtmlToPug",
"version": "1.0.0",
"description": "个人开发的一款Pug/Jade和Html相互转换的工具不喜欢用网页版所以自己开发。",
"main": "dist/run.js",
"scripts": {
"dev": "concurrently \"gulp\" \"tsc -w\" ",
"el": "electron .",
"mac": "electron-builder --mac --x64"
},
"keywords": [],
"author": "bmy",
"license": "ISC",
"devDependencies": {
"electron": "^7.1.1",
"electron-builder": "^21.2.0",
"gulp": "^4.0.2",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-watch": "^5.0.1",
"gulp-watch-path": "^0.1.0"
},
"dependencies": {
"electron-updater": "^4.2.0",
"html2jade": "^0.8.6",
"pug": "^2.0.4",
"tslib": "^1.10.0"
}
}