docsify/test/consume-types/package.json
Joe Pea b960519608
feat: output type definitions, and allow new Docsify(opts) to accept options for ESM usage (#2392)
This `new Docsify(opts)` API can be safely converted to a Custom Element constructor with backwards compatibility later.
2025-12-03 21:49:44 -08:00

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"
}
}