{
  "name": "@launchql/cli",
  "version": "4.1.31",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "description": "LaunchQL CLI",
  "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"
  },
  "bin": {
    "lql": "index.js",
    "launchql": "index.js"
  },
  "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",
    "dev": "ts-node ./src/index.ts",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.12.7",
    "@types/shelljs": "^0.8.16",
    "ts-node": "^10.9.2"
  },
  "dependencies": {
    "@launchql/core": "^2.1.20",
    "@launchql/explorer": "^2.1.19",
    "@launchql/server": "^2.1.21",
    "@launchql/server-utils": "^2.1.14",
    "@launchql/templatizer": "^2.1.6",
    "@launchql/types": "^2.1.12",
    "chalk": "^4.1.0",
    "deepmerge": "^4.3.1",
    "inquirerer": "^2.0.8",
    "js-yaml": "^4.1.0",
    "minimist": "^1.2.8",
    "shelljs": "^0.9.2"
  },
  "resolutions": {
    "graphql": "15.5.2"
  },
  "keywords": [
    "cli",
    "command-line",
    "tool",
    "launchql",
    "utilities",
    "pg",
    "pgsql",
    "postgres",
    "graphile"
  ],
  "gitHead": "52bbc49baf1ed0e4a1b1f349bf1817b3f71f72b0"
}
