d1mapper
Version:
A simple ORM-like wrapper for Cloudflare D1 databases in TypeScript
33 lines (32 loc) • 776 B
JSON
{
"name": "d1mapper",
"version": "0.1.10",
"description": "A simple ORM-like wrapper for Cloudflare D1 databases in TypeScript",
"keywords": [
"cloudflare",
"D1",
"telegram",
"database"
],
"homepage": "https://github.com/nghlt/d1mapper.git#readme",
"bugs": {
"url": "https://github.com/nghlt/d1mapper.git/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nghlt/d1mapper.git"
},
"license": "MIT",
"author": "nghlt",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"typescript": "^5.0.0",
"@cloudflare/workers-types": "^4.0.0"
}
}