postgrator-cli
Version:
Command line interface for Postgrator
100 lines (99 loc) • 2.48 kB
JSON
{
"name": "postgrator-cli",
"version": "9.0.1",
"description": "Command line interface for Postgrator",
"author": "Matti Lehtinen <matlehti@gmail.com> (https://twitter.com/MattiLehtinen)",
"type": "module",
"bin": {
"postgrator": "./index.js"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"lint": "eslint --cache .",
"test": "node test/postgrator-cli-tests.js",
"cover": "c8 npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/MattiLehtinen/postgrator-cli"
},
"files": [
"LICENSE.md",
"README.md",
"index.js",
"lib"
],
"keywords": [
"cli",
"command",
"line",
"npm",
"scripts",
"postgrator",
"postgres",
"sql",
"migrator",
"migration",
"runner",
"mysql",
"sql",
"import",
"files",
"server",
"version control",
"source control"
],
"license": "MIT",
"dependencies": {
"command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3",
"lilconfig": "^3.1.3",
"p-tap": "^4.0.0",
"postgrator": "^8.0.0",
"yaml": "^2.7.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"c8": "^10.1.3",
"chai": "^4.5.0",
"chai-as-promised": "^8.0.1",
"chai-subset": "^1.6.0",
"crlf": "^1.1.1",
"dirname-filename-esm": "^1.1.2",
"dirty-chai": "^2.0.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-unicorn": "^56.0.1",
"mock-cwd": "^1.0.0",
"mssql": "^11.0.1",
"mysql": "^2.18.1",
"p-each-series": "^3.0.0",
"p-event": "^6.0.1",
"pg": "^8.13.1",
"sqlite3": "^5.1.7"
},
"peerDependencies": {
"mssql": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"mysql": "^2.0.0",
"pg": "^8.0.0",
"sqlite3": "^5.0.0"
},
"peerDependenciesMeta": {
"mssql": {
"optional": true
},
"mysql": {
"optional": true
},
"sqlite3": {
"optional": true
},
"pg": {
"optional": true
}
}
}