@launchql/migrate
Version:
PostgreSQL Migration Tools
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "@launchql/migrate",
"version": "2.1.14",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "PostgreSQL Migration Tools",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"database",
"migration",
"postgresql",
"launchql",
"schema",
"sqitch"
],
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/rimraf": "^4.0.5"
},
"dependencies": {
"@launchql/server-utils": "^2.1.9",
"@launchql/templatizer": "^2.1.4",
"@launchql/types": "^2.1.7",
"case": "^1.6.3",
"chalk": "^4.1.0",
"csv-to-pg": "^2.0.9",
"glob": "^11.0.2",
"pgsql-parser": "^13.16.0",
"rimraf": "^6.0.1"
},
"gitHead": "9161e9a470d4afe21322b2fea7dd3d4e811dcd36"
}