{
  "name": "@wmfs/supercopy",
  "version": "1.56.0",
  "description": "Takes a specifically-named directory structure of CSV files and conjures bulk insert, update and delete statements and applies them to a PostgreSQL database.",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/supercopy#readme",
  "keywords": [
    "tymly",
    "package",
    "postgres",
    "postgresql",
    "copy",
    "import",
    "csv"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/supercopy.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/supercopy/issues"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "lodash": "4.17.21",
    "csv-string": "4.1.1",
    "debug": "4.4.1",
    "pg-copy-streams": "7.0.0",
    "upath": "2.0.1"
  },
  "devDependencies": {
    "chai": "4.5.0",
    "codecov": "3.8.3",
    "conventional-changelog-conventionalcommits": "9.1.0",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "11.7.4",
    "nyc": "17.1.0",
    "rimraf": "6.0.1",
    "semantic-release": "25.0.1",
    "standard": "17.1.2",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@semantic-release/git": "10.0.1",
    "@wmfs/hl-pg-client": "1.45.0"
  },
  "scripts": {
    "lint": "standard",
    "test": "nyc mocha",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
