{
  "name": "sedk-postgres",
  "version": "0.15.1",
  "description": "Simple SQL builder and validator",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src/**/*.d.ts",
    "dist/src/**/*.js",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amerharb/sedk.git"
  },
  "homepage": "https://github.com/amerharb/sedk#readme",
  "url": "https://github.com/amerharb/sedk/issues",
  "email": "sedk@amerharb.com",
  "scripts": {
    "start": "node dist/src/index.js",
    "prebuild": "rm -rf dist",
    "build": "tsc",
    "build&start": "yarn build && yarn run start",
    "test": "jest",
    "posttest": "npx make-coverage-badge --report-path coverage/coverage-summary.json --output-path badges/coverage.svg",
    "build&test": "yarn build && yarn test",
    "lint": "npx eslint . --max-warnings 0",
    "lint-fix": "npx eslint . --fix",
    "prepublishOnly": "yarn lint && yarn build && yarn test"
  },
  "keywords": [
    "SQL",
    "SQL Builder",
    "Postgresql",
    "Postgres",
    "sedk"
  ],
  "author": "Amer Harb",
  "license": "ISC"
}
