UNPKG

sql-watch

Version:

sql-watch is a command line utility that enables rapid SQL development by automatically applying idempotent SQL scripts to a database on file change.

61 lines (60 loc) 1.43 kB
{ "name": "sql-watch", "version": "0.1.0", "description": "sql-watch is a command line utility that enables rapid SQL development by automatically applying idempotent SQL scripts to a database on file change.", "keywords": [ "Sql", "Postgresql", "migration", "migration tool", "Sql migration", "watch", "runner", "Sql runner", "CI/CD", "bdd", "tdd", "fdd", "test driven development", "behavior driven development", "feature driven development" ], "author": { "name": "Eric Hosick", "email": "erichosick@gmail.com", "url": "https://github.com/erichosick" }, "contributors": [], "license": "MIT", "homepage": "https://github.com/erichosick/sql-watch", "bugs": { "url": "https://github.com/erichosick/sql-watch/issues", "email": "erichosick@gmail.com" }, "main": "lib/src/index.js", "directories": { "lib": "lib", "src": "src" }, "files": [ "lib" ], "bin": { "sql-watch": "./lib/src/index.js" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "chokidar": "^3.5.3", "commander": "^9.4.0", "prompt-sync": "^4.2.0", "sql-watch-lib": "^0.1.0" }, "gitHead": "f778e604127aea168dfd8dccd53873c336d3d7c0" }