{ "name": "@gitbook/colors", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "sideEffects": false, "version": "0.4.3", "devDependencies": { "bun-types": "catalog:", "tsdown": "catalog:", "typescript": "catalog:" }, "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "unit": "bun test", "dev": "bun run build -- --watch ./src", "publish-to-npm": "../../scripts/publish-if-new.sh" }, "files": ["dist", "README.md", "CHANGELOG.md"], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "url": "https://github.com/GitbookIO/gitbook" } }