advanced-java/package.json

26 lines
657 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"
}
}