UNPKG

@llml-browser/types

Version:

TypeScript types and schemas for the @llml-browser API

93 lines (92 loc) 3.16 kB
{ "name": "@llml-browser/types", "version": "0.6.0", "description": "TypeScript types and schemas for the @llml-browser API", "author": "llml.ai - Felix", "private": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./routers/links": { "types": "./dist/routers/links/index.d.ts", "import": "./dist/routers/links/index.mjs", "require": "./dist/routers/links/index.js" }, "./routers/read": { "types": "./dist/routers/read/index.d.ts", "import": "./dist/routers/read/index.mjs", "require": "./dist/routers/read/index.js" }, "./routers/browse": { "types": "./dist/routers/browse/index.d.ts", "import": "./dist/routers/browse/index.mjs", "require": "./dist/routers/browse/index.js" }, "./services/cheerio": { "types": "./dist/services/cheerio/index.d.ts", "import": "./dist/services/cheerio/index.mjs", "require": "./dist/services/cheerio/index.js" }, "./services/html-cleaning": { "types": "./dist/services/html-cleaning/index.d.ts", "import": "./dist/services/html-cleaning/index.mjs", "require": "./dist/services/html-cleaning/index.js" }, "./services/link": { "types": "./dist/services/link/index.d.ts", "import": "./dist/services/link/index.mjs", "require": "./dist/services/link/index.js" }, "./services/metadata": { "types": "./dist/services/metadata/index.d.ts", "import": "./dist/services/metadata/index.mjs", "require": "./dist/services/metadata/index.js" } }, "typesVersions": { "*": { "routers/links": ["./dist/routers/links/index.d.ts"], "routers/read": ["./dist/routers/read/index.d.ts"], "routers/browse": ["./dist/routers/browse/index.d.ts"], "services/cheerio": ["./dist/services/cheerio/index.d.ts"], "services/html-cleaning": ["./dist/services/html-cleaning/index.d.ts"], "services/link": ["./dist/services/link/index.d.ts"], "services/metadata": ["./dist/services/metadata/index.d.ts"] } }, "license": "MIT", "files": ["dist/**/*"], "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "build:watch": "tsup --watch", "lint": "biome lint --write .", "lint:fix": "biome lint --write --unsafe", "format": "biome format --write .", "check": "biome check . --write", "fix": "pnpm lint && pnpm format && pnpm check", "typecheck": "tsc --noEmit", "clean": "rimraf .turbo dist", "clean:all": "rimraf .turbo dist node_modules", "prepublish-checks": "pnpm install && pnpm fix && pnpm typecheck && pnpm build", "publish-package": "pnpm prepublish-checks && npm publish --access public" }, "peerDependencies": { "zod": "^3.24.1" }, "devDependencies": { "@types/node": "20.8.3", "rimraf": "^5.0.5", "tsup": "^8.4.0", "typescript": "^5.8.2" }, "keywords": ["llml", "api", "types", "typescript", "zod"] }