UNPKG

@t1mmen/srtd

Version:

Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀

101 lines (100 loc) • 2.71 kB
{ "name": "@t1mmen/srtd", "version": "0.4.7", "license": "MIT", "description": "Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀", "bin": { "srtd": "dist/cli.js" }, "type": "module", "engines": { "node": ">=20" }, "scripts": { "clean": "rm -rf dist; rm -rf build; rm -rf coverage; npm run supabase:stop", "changeset": "changeset", "version": "changeset version", "release": "npm run build && changeset publish", "build": "rm -rf dist && tsc", "typecheck": "tsc --noEmit", "lint": "biome lint . --write", "format": "biome format . --write", "dev": "tsc --watch", "test": "vitest", "test:coverage": "vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml", "start": "tsx src/cli.tsx", "start:link": "npm run build && npm link && chmod u+x ./dist/cli.js && srtd", "repomix": "mkdir build; npx repomix", "supabase:start": "npx supabase start", "supabase:stop": "npx supabase stop", "vhs": "chmod +x scripts/record_demo.sh && ./scripts/record_demo.sh" }, "files": [ "dist" ], "author": { "name": "Timm Stokke", "email": "timm@stokke.me", "url": "https://timm.stokke.me" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/t1mmen/srtd.git" }, "bugs": { "url": "https://github.com/t1mmen/srtd/issues" }, "homepage": "https://github.com/t1mmen/srtd#readme", "os": [ "darwin", "linux", "win32" ], "keywords": [ "cli", "migrations", "database", "postgresql", "supabase", "sql-templates", "live-reload", "hot-reload", "repeatable-migrations", "database-migrations", "supabase-cli" ], "dependencies": { "@inkjs/ui": "^2.0.0", "chokidar": "^4.0.3", "conf": "^13.1.0", "figures": "^6.1.0", "glob": "^10.0.0", "ink": "^5.1.0", "pastel": "^3.0.0", "pg": "^8.13.1", "react": "^18.3.0", "update-notifier": "^7.3.1", "zod": "^3.24.1" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@changesets/cli": "^2.27.11", "@sindresorhus/tsconfig": "^7.0.0", "@types/glob": "^8.1.0", "@types/node": "^20.17.10", "@types/pg": "^8.11.10", "@types/react": "^18.3.0", "@types/update-notifier": "^6.0.8", "@vitest/coverage-v8": "^2.1.8", "chalk": "^5.4.1", "ink-testing-library": "^4.0.0", "lefthook": "^1.10.1", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^2.1.8" } }