UNPKG

@sqb/migrator

Version:

Database migrator for SQB

69 lines 1.41 kB
{ "name": "@sqb/migrator", "description": "Database migrator for SQB", "version": "4.20.0", "author": "Panates", "license": "Apache-2.0", "dependencies": { "cross-dirname": "^0.1.0", "fast-glob": "^3.3.3", "strict-typed-events": "^2.8.0", "ts-gems": "^3.11.3", "tslib": "^2.8.1" }, "peerDependencies": { "@sqb/builder": "^4.20.0", "@sqb/connect": "^4.20.0", "@sqb/postgres": "^4.20.0" }, "type": "module", "exports": { ".": { "import": { "types": "./types/index.d.ts", "default": "./esm/index.js" }, "require": { "types": "./types/index.d.cts", "default": "./cjs/index.js" }, "default": "./esm/index.js" }, "./package.json": "./package.json" }, "main": "./cjs/index.js", "module": "./esm/index.js", "types": "./types/index.d.ts", "contributors": [ "Eray Hanoglu <e.hanoglu@panates.com>", "Ilker Gurelli <i.gurelli@panates.com>" ], "repository": { "type": "git", "url": "https://github.com/panates/sqb.git", "directory": "packages/migrator" }, "engines": { "node": ">=18.0" }, "files": [ "bin/", "cjs/", "esm/", "types/", "LICENSE", "README.md" ], "keywords": [ "sqb", "sql", "query", "database", "db", "migrate", "migrator" ], "publishConfig": { "access": "public" } }