UNPKG

jsonschema-bigquery

Version:
67 lines (66 loc) 1.66 kB
{ "name": "jsonschema-bigquery", "version": "7.0.2", "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 test/system", "coverage": "nyc npm run test", "lint:eslint": "eslint .", "lint:prettier": "prettier -c .", "lint": "npm run lint:prettier && npm run 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": "^9.36.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-mocha": "^11.1.0", "eslint-plugin-n": "^17.10.1", "eslint-plugin-promise": "^7.0.0", "mocha": "^11.0.1", "nyc": "^17.0.0", "prettier": "^3.3.3", "sinon": "^21.0.0" }, "dependencies": { "@google-cloud/bigquery": "^8.0.0", "lodash": "^4.17.20", "log4js": "^6.3.0", "yargs": "^18.0.0" }, "nyc": { "check-coverage": true, "branches": 88, "lines": 98, "functions": 100, "statements": 97 } }