{
  "name": "csv-to-pg",
  "version": "3.18.0",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "description": "csv to pg statements",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "bin": {
    "csv2pg": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "makage": "^0.3.0",
    "pgsql-parser": "^17.9.15"
  },
  "keywords": [
    "csv",
    "postgresql",
    "pg",
    "constructive"
  ],
  "dependencies": {
    "@pgsql/types": "^17.6.2",
    "@pgsql/utils": "^17.8.17",
    "csv-parser": "^3.2.1",
    "inquirerer": "^4.8.1",
    "js-yaml": "^4.1.0",
    "pgsql-deparser": "^17.18.3"
  },
  "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
}
