{ "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-drizzle": { "types": "./dist/internal-drizzle.d.ts", "import": "./dist/internal-drizzle.js" } }, "typesVersions": { "*": { ".": [ "./dist/index.d.ts" ], "internal": [ "./dist/internal.d.ts" ] } }, "files": [ "dist", "components" ], "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc", "build:ci": "astro-scripts build \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"", "test": "mocha --exit --timeout 20000", "test:match": "mocha --timeout 20000 -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", "astro-scripts": "^0.0.14", "chai": "^4.3.10", "cheerio": "1.0.0-rc.12", "mocha": "^10.2.0", "typescript": "^5.2.2", "vite": "^4.4.11" } }