{
    "entryPoints": ["./src/index.ts", "./src/tools.ts"],
    "tsconfig": "./src/tsconfig.json",
    "out": "./docs/web",
    "json": "./docs/map.json",
    "customCss": "./docs/web.css",
    "name": "DatapackJs",
    "darkHighlightTheme": "dark-plus",
    "theme": "default",
    "readme": "./readme.md",
    "internalModule": "utils"
}