mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
9251b33959
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
25 lines
677 B
JSON
25 lines
677 B
JSON
{
|
|
"name": "@gitbook/browser-types",
|
|
"description": "Typescript types for the global variables available in a GitBook website. These types can be used by integrations embedding scripts.",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"@gitbook/api": "catalog:",
|
|
"@gitbook/icons": "workspace:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"files": ["dist", "README.md", "CHANGELOG.md"]
|
|
}
|