@launchql/migrate
Version:
LaunchQL Migrate
51 lines (50 loc) • 1.53 kB
JSON
{
"name": "@launchql/migrate",
"version": "2.4.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "LaunchQL Migrate",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/issues"
},
"scripts": {
"copy": "npm run copy:pkg; npm run copy:sql",
"copy:pkg": "copyfiles -f ../../LICENSE README.md package.json dist",
"copy:sql": "copyfiles -f src/sql/* dist/sql && copyfiles -f src/sql/* dist/esm/sql",
"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": [],
"dependencies": {
"@launchql/core": "^2.5.0",
"@launchql/logger": "^1.0.0",
"@launchql/server-utils": "^2.1.15",
"@launchql/types": "^2.1.13",
"@pgsql/types": "^17.6.1",
"pg": "^8.11.3",
"pg-cache": "^1.0.1",
"pg-env": "^1.0.1",
"pgsql-parser": "^17.7.5"
},
"devDependencies": {
"@types/pg": "^8.10.9"
},
"gitHead": "4dd7337f3bb092641de43f837363b5735afb1856"
}