{
  "name": "jsonschema-bigquery",
  "version": "7.0.0",
  "description": "Convert JSON schema to Google BigQuery schema",
  "main": "src/converter.js",
  "scripts": {
    "ci": "npm run lint && npm run coverage",
    "test": "mocha test/unit test/integration",
    "coverage": "nyc npm run test",
    "lint": "eslint .",
    "format": "prettier --write ."
  },
  "bin": {
    "jsbq": "./bin/jsbq"
  },
  "engines": {
    "node": ">=12"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thedumbterminal/jsonschema-bigquery.git"
  },
  "keywords": [
    "json",
    "schema",
    "google",
    "bigquery",
    "convert"
  ],
  "author": {
    "name": "thedumbterminal",
    "email": "github@thedumbterminal.co.uk",
    "url": "http://www.thedumbterminal.co.uk"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thedumbterminal/jsonschema-bigquery/issues"
  },
  "homepage": "https://github.com/thedumbterminal/jsonschema-bigquery#readme",
  "devDependencies": {
    "eslint": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1"
  },
  "dependencies": {
    "@google-cloud/bigquery": "^6.0.0",
    "lodash": "^4.17.20",
    "log4js": "^6.3.0",
    "yargs": "^17.3.1"
  },
  "nyc": {
    "check-coverage": true,
    "branches": 88,
    "lines": 98,
    "functions": 100,
    "statements": 97
  }
}
