UNPKG

@kwaeri/mysql-migration-generator

Version:

The @kwaeri/mysql-migration-generator component module of the @kwaeri/node-kit platform.

86 lines (85 loc) 2.77 kB
{ "name": "@kwaeri/mysql-migration-generator", "description": "The @kwaeri/mysql-migration-generator component module of the @kwaeri/node-kit platform.", "homepage": "https://gitlab.com/kwaeri/cli/providers/mysql-migration-generator#README", "author": "Richard B. Winters <kirvedx@gmail.com> and contributors", "copyright.owner": "Richard B. Winters <kirvedx@gmail.com> and contributors", "license": "(Apache-2.0 WITH LLVM-exception OR MIT)", "version": "0.6.0", "type": "module", "exports": { "import": "./dist/index.mjs", "require": null }, "main": "dist/index.mjs", "types": "dist/index.d.mts", "bin": {}, "default_locale": "en", "repository": { "type": "git", "url": "git+https://gitlab.com/kwaeri/cli/providers/mysql-migration-generator.git" }, "bugs": { "url": "https://gitlab.com/kwaeri/cli/providers/mysql-migration-generator/issues" }, "funding": [ { "type": "Patreon", "url": "https://patreon.com/kirvedx" }, { "type": "PayPal", "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YUW4CWCAABCU2" } ], "keywords": [ "mmod", "massively", "modified", "nk", "Kwaeri", "nodekit", "generator", "migration-generator", "node-kit-migration-generator", "nkm", "@kwaeri/node-kit", "@kwaeri/generator", "@kwaeri/migration-generator", "@kwaeri/mysql-migration-generator" ], "scripts": { "build": "tsc --build --clean && tsc -p .", "clean": "tsc --build --clean", "build:major-release": "npm run clean && xfmr-cli --bump-version --component major --source --project && npm run build", "build:minor-release": "npm run clean && xfmr-cli --bump-version --component minor --source --project && npm run build", "build:patch-release": "npm run clean && xfmr-cli --bump-version --source --project && npm run build", "local-upgrade": "npm run build && npm install -g .", "test": "mocha --exit", "coverage": "nyc mocha --exit", "abc": "npm run build && npm run coverage" }, "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.2.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@kwaeri/xfmr": "^0.3.0", "@tsconfig/node19": "^19.1.4", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.10", "@types/node": "^22.10.2", "assert": "^2.1.0", "mocha": "^11.0.1", "nyc": "^17.1.0", "progress": "^2.0.3", "typescript": "^5.7.2" }, "dependencies": { "@kwaeri/configuration": "^0.6.0", "@kwaeri/developer-tools": "^0.10.1", "@kwaeri/generator": "^0.9.0", "@kwaeri/mysql-migrator": "^0.7.0", "@kwaeri/service": "^0.10.0", "@kwaeri/standards-types": "^0.6.0", "debug": "^4.4.0" } }