{
  "name": "pg-query-emscripten",
  "version": "5.1.0",
  "description": "Parse any valid PostgreSQL query in your browser using Javascript!",
  "scripts": {
    "test": "jest"
  },
  "main": "pg_query.js",
  "type": "module",
  "files": [
    "pg_query.js",
    "pg_query_wasm.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pganalyze/pg-query-emscripten.git"
  },
  "author": "Lukas Fittl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pganalyze/pg-query-emscripten/issues"
  },
  "homepage": "https://github.com/pganalyze/pg-query-emscripten#readme",
  "browser": {
    "fs": false
  },
  "devDependencies": {
    "jest": "^27.2.2"
  },
  "keywords": [
    "postgres",
    "query",
    "parser",
    "browser"
  ]
}
