mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
f64d5073d4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
29 lines
638 B
JSON
29 lines
638 B
JSON
{
|
|
"name": "@gitbook/proxy",
|
|
"description": "Host a GitBook site on your own domain as a subpath",
|
|
"version": "0.1.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf ./dist",
|
|
"unit": "bun test"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|