{
  "name": "npgsqlrest",
  "version": "3.20.0",
  "description": "Automatic REST API for PostgreSQL Databases Client Build",
  "scripts": {
    "postinstall": "node postinstall.js",
    "preuninstall": "node uninstall.js",
    "start": "npx npgsqlrest"
  },
  "bin": {
    "npgsqlrest": "./bin/npgsqlrest.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NpgsqlRest/NpgsqlRest.git"
  },
  "keywords": [
    "postgresql",
    "server",
    "rest",
    "api",
    "automatic"
  ],
  "author": "vb-consulting",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NpgsqlRest/NpgsqlRest/issues"
  },
  "homepage": "https://github.com/NpgsqlRest/NpgsqlRest/blob/master/npm/readme.md"
}
