{
  "name": "google-sql-syntax-ts",
  "version": "1.0.3",
  "description": "Typescript and monaco definitions for Google SQL.",
  "main": "dist/src/index",
  "typings": "dist/src/index",
  "scripts": {
    "build": "tsc",
    "test": "npx jest --no-cache --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/google-sql-syntax-ts.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/google/google-sql-syntax-ts/issues"
  },
  "homepage": "https://github.com/google/google-sql-syntax-ts#readme",
  "devDependencies": {
    "@types/chai": "^4.3.11",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.10.0",
    "chai": "^4.3.10",
    "esm": "^3.2.25",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "monaco-editor": "^0.44.0"
  },
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "files": [
    "dist/src",
    "src"
  ]
}
