@dataform/cli
Version:
Dataform command line interface.
66 lines • 1.85 kB
JSON
{
"dependencies": {
"@google-cloud/bigquery": "^5.6.0",
"chokidar": "^3.5.3",
"deepmerge": "^4.2.2",
"fs-extra": "^9.0.0",
"glob": "^10.3.3",
"google-sql-syntax-ts": "^1.0.3",
"js-beautify": "^1.10.2",
"js-yaml": "^4.1.0",
"moo": "^0.5.0",
"object-sizeof": "^1.6.1",
"parse-duration": "^1.0.0",
"promise-pool-executor": "^1.1.1",
"protobufjs": "^7.2.5",
"readline-sync": "^1.4.9",
"semver": "^7.5.2",
"tarjan-graph": "^2.0.0",
"tmp": "^0.2.0",
"typeid-js": "0.3.0",
"untildify": "^4.0.0",
"vm2": "3.9.19",
"yargs": "^16.2.0"
},
"resolutions": {
"**/object-path": "^0.11.5",
"**/http-proxy": "^1.18.1",
"**/serialize-javascript": "^3.1.0",
"**/ssri": "^7.1.1",
"**/glob-parent": "^5.1.2",
"**/node-forge": "^1.0.0",
"**/json-bigint": "^1.0.0",
"**/y18n": "^5.0.5",
"**/underscore": "^1.12.1",
"**/protobufjs": "^7.0.0",
"**/ansi-regex": "^3.0.1",
"**/json-schema": "^0.4.0",
"**/nth-check": "^2.0.1",
"**/node-fetch": "^2.6.7",
"**/markdown-it": "^12.3.2",
"**/wrap-ansi": "7.0.0",
"**/string-width": "4.1.0"
},
"homepage": "https://github.com/dataform-co/dataform",
"license": "Apache-2.0",
"keywords": [
"dataform",
"etl",
"data-pipeline",
"big-data",
"data-modelling",
"sql",
"bigquery",
"dataops"
],
"publishConfig": {
"access": "public"
},
"bin": {
"dataform": "bundle.js"
},
"version": "3.0.19",
"name": "@dataform/cli",
"description": "Dataform command line interface.",
"main": "bundle.js"
}