UNPKG

d1-driver

Version:

🌤️ Cloudflare D1 External Fetch Compatible Driver

56 lines (55 loc) 1.42 kB
{ "name": "d1-driver", "description": "🌤️ Cloudflare D1 External Fetch Compatible Driver", "version": "2.0.2", "type": "module", "files": [ "dist", "!**/*.test.*" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsc && npx publint", "prepack": "npm run build", "lint": "npx eslint . && npx depcheck", "format": "npx prettier -w .", "test": "vitest" }, "prettier": "@jill64/prettier-config", "devDependencies": { "@jill64/eslint-config-ts": "2.0.5", "@jill64/prettier-config": "1.0.0", "@types/node": "22.13.0", "dotenv": "16.4.7", "typescript": "5.7.3", "vitest": "3.0.4" }, "dependencies": { "typescanner": "0.5.3" }, "homepage": "https://github.com/jill64/d1-driver#readme", "bugs": "https://github.com/jill64/d1-driver/issues", "author": { "name": "jill64", "email": "contact@jill64.dev", "url": "https://github.com/jill64", "image": "https://avatars.githubusercontent.com/u/143883742?v=4" }, "repository": { "type": "git", "url": "git+https://github.com/jill64/d1-driver.git", "image": "https://opengraph.githubassets.com/90c1f08735fa79e847ebaf5965cae03fcf78237c399ffa8ef2cb6f85237cad89/jill64/d1-driver" }, "keywords": [ "cloudflare", "d1", "external", "fetch" ], "license": "MIT" }