mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
This `new Docsify(opts)` API can be safely converted to a Custom Element constructor with backwards compatibility later.
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"serve": "five-server . --open=false --ignorePattern=node_modules"
|
|
},
|
|
"dependencies": {
|
|
"docsify": "file:../../"
|
|
},
|
|
"devDependencies": {
|
|
"five-server": "^0.4.5",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|