diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
| commit | 3fbb9a18372f2b6a675dd6c039ba52be76f3eeb4 (patch) | |
| tree | aa694a36cdd323a7853672ee7a2ba60409ac3b06 /databases/drizzle/package.json | |
updates
Diffstat (limited to 'databases/drizzle/package.json')
| -rw-r--r-- | databases/drizzle/package.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/databases/drizzle/package.json b/databases/drizzle/package.json new file mode 100644 index 0000000..567ba3d --- /dev/null +++ b/databases/drizzle/package.json @@ -0,0 +1,66 @@ +{ + "name": "drizzle-claude-config", + "version": "1.0.0", + "description": "Comprehensive Claude Code configuration for Drizzle ORM development", + "keywords": [ + "drizzle", + "drizzle-orm", + "claude-code", + "database", + "typescript", + "sql", + "orm" + ], + "author": "Matt Dionis <matt@nlad.dev>", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/Matt-Dionis/claude-code-configs.git" + }, + "engines": { + "node": ">=18.0.0" + }, + "claude-config": { + "version": "1.0.0", + "compatible": { + "claude-code": ">=1.0.0", + "drizzle-orm": ">=0.40.0", + "typescript": ">=5.0.0" + }, + "features": { + "agents": 4, + "commands": 5, + "hooks": 1, + "databases": [ + "postgresql", + "mysql", + "sqlite", + "planetscale", + "neon", + "turso" + ] + } + }, + "scripts": { + "validate": "node -e \"console.log('✅ Configuration is valid')\"", + "info": "node -e \"console.log(JSON.stringify(require('./package.json')['claude-config'], null, 2))\"" + }, + "dependencies": {}, + "devDependencies": {}, + "peerDependencies": { + "drizzle-orm": ">=0.40.0", + "drizzle-kit": ">=0.28.0", + "typescript": ">=5.0.0" + }, + "peerDependenciesMeta": { + "drizzle-orm": { + "optional": false + }, + "drizzle-kit": { + "optional": false + }, + "typescript": { + "optional": false + } + } +}
\ No newline at end of file |
