sql-watch-lib
Version:
sql-watch-lib is a library that enables rapid SQL development by automatically applying idempotent SQL scripts to a database on file change.
65 lines (64 loc) • 1.53 kB
JSON
{
"name": "sql-watch-lib",
"version": "0.1.0",
"description": "sql-watch-lib is a library 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/index.js",
"directories": {
"lib": "lib",
"src": "src"
},
"files": [
"lib"
],
"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",
"pino": "^8.2.0",
"pino-pretty": "^8.1.0",
"postgres": "^3.2.4",
"prompt-sync": "^4.2.0",
"ssh2": "^1.11.0"
},
"devDependencies": {
"@types/prompt-sync": "^4.1.1",
"@types/ssh2": "^1.11.6",
"sonic-boom": "^3.1.0"
},
"gitHead": "f778e604127aea168dfd8dccd53873c336d3d7c0"
}