mirror of
https://github.com/kottster/kottster.git
synced 2026-01-09 06:12:22 +08:00
* feat: Add API references * docs: Add links to API reference, add new pages * fix: Remove src/index.ts * fix: Update typedoc configs
17 lines
411 B
JSON
17 lines
411 B
JSON
{
|
|
"name": "kottster-api-reference",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"http-server": "^14.1.1",
|
|
"typedoc": "^0.28.14",
|
|
"typedoc-plugin-markdown": "^4.9.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "typedoc --options typedoc.local.json",
|
|
"build:website": "typedoc --options typedoc.website.json",
|
|
"serve": "http-server ./dist -p 8080"
|
|
}
|
|
}
|