UNPKG

node-flyway

Version:

Apply version control to databases from within a Node.js application.

57 lines (56 loc) 1.7 kB
{ "name": "node-flyway", "version": "0.0.13", "description": "Apply version control to databases from within a Node.js application.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "npm run test:unit", "test:unit": "mocha --recursive --extension .test.ts -r ts-node/register test/unit", "test:integration": "mocha --recursive --extension .test.ts --timeout 600000 -r ts-node/register test/integration -r test/integration/setup/local.ts", "test:integration-pipeline": "mocha --recursive --extension .test.ts --timeout 600000 -r ts-node/register test/integration -r test/integration/setup/pipeline.ts" }, "dependencies": { "@types/pg": "^8.11.6", "auto-bind": "4.0.0", "debug": "^4.3.4", "decompress": "^4.2.1", "decompress-targz": "^4.1.1", "decompress-unzip": "^4.0.1", "extract-zip": "^2.0.1", "glob": "^10.4.5", "md5": "^2.3.0", "node-downloader-helper": "^2.1.4", "temp": "^0.9.4" }, "devDependencies": { "@types/chai": "^4.3.1", "@types/debug": "^4.1.7", "@types/decompress": "^4.2.4", "@types/md5": "^2.3.2", "@types/mocha": "^9.1.1", "@types/node": "^18.0.3", "@types/temp": "^0.9.1", "chai": "^4.3.6", "deep-equal-in-any-order": "^2.0.0", "mocha": "^11.1.0", "pg": "^8.12.0", "source-map-support": "^0.5.21", "ts-node": "^10.8.2", "typescript": "^4.7.4" }, "author": "Dom Dinnes", "license": "ISC", "files": [ "dist" ], "repository": "https://github.com/domdinnes/node-flyway", "keywords": [ "flyway", "flywaydb", "migrations", "version-control", "database migrations" ] }