{ "name": "@astrojs/db", "version": "0.1.3", "description": "", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./components": "./components/index.ts", "./internal": { "types": "./dist/internal.d.ts", "import": "./dist/internal.js" }, "./internal-local": { "types": "./dist/internal-local.d.ts", "import": "./dist/internal-local.js" } }, "typesVersions": { "*": { ".": [ "./dist/index.d.ts" ], "internal": [ "./dist/internal.d.ts" ] } }, "files": [ "dist", "components" ], "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc --project tsconfig.build.json", "typecheck": "tsc -b", "prepack": "pnpm run build", "dev": "pnpm /^dev:/", "dev:build": "astro-scripts dev \"src/**/*.ts\"", "dev:types": "tsc --project tsconfig.build.json --watch", "test": "pnpm run build && mocha test/**/*.js", "test:match": "mocha test/**/*.js -g" }, "dependencies": { "@astrojs/markdoc": "workspace:*", "@libsql/client": "0.4.0-pre.5", "astro": "workspace:*", "drizzle-orm": "^0.28.6", "esbuild": "^0.19.4", "github-slugger": "^2.0.0", "kleur": "^4.1.5", "nanoid": "^5.0.1", "open": "^9.1.0", "zod": "^3.22.4" }, "devDependencies": { "@types/chai": "^4.3.6", "@types/mocha": "^10.0.2", "chai": "^4.3.10", "mocha": "^10.2.0", "typescript": "^5.2.2", "vite": "^4.4.11" } }