advanced-java/package.json
yanglbme dd2740751e docs: format document with prettier
全面整理项目内容,可读性更佳
2020-09-24 09:54:38 +08:00

25 lines
656 B
JSON
Raw 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.

{
"scripts": {
"convert": "docsify-pdf-converter"
},
"name": "advanced-java",
"description": "互联网 Java 工程师进阶知识完全扫盲@doocshttps://github.com/doocs/advanced-java",
"version": "1.0.0",
"main": ".docsifytopdfrc.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "https://github.com/doocs/advanced-java.git"
},
"author": "yanglbme",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/doocs/advanced-java/issues"
},
"homepage": "https://github.com/doocs/advanced-java#readme",
"devDependencies": {
"docsify-pdf-converter": "^2.0.7"
}
}