UNPKG

@launchql/core

Version:

LaunchQL Package and Migration Tools

58 lines (57 loc) 1.54 kB
{ "name": "@launchql/core", "version": "2.1.20", "author": "Dan Lynch <pyramation@gmail.com>", "description": "LaunchQL Package and 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.14", "@launchql/templatizer": "^2.1.6", "@launchql/types": "^2.1.12", "case": "^1.6.3", "chalk": "^4.1.0", "csv-to-pg": "^2.0.10", "glob": "^11.0.2", "parse-package-name": "^1.0.0", "pgsql-parser": "^13.16.0", "rimraf": "^6.0.1" }, "gitHead": "748329104283d28d3bebe3cccd5e2f50598805d3" }