You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
source-code-hunter/package.json

17 lines
456 B

{
"name": "source-code-hunter",
"version": "1.0.0",
"description": "从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。",
"scripts": {
"dev": "docsify serve --open",
"convert": "docsify-pdf-converter"
},
"dependencies": {
"docsify-cli": "^4.4.4"
},
"devDependencies": {
"prettier": "2.8.8"
},
"license": "SEE LICENSE IN LICENSE"
}