@dbml/cli
Version:
See our website [@dbml/cli](https://dbml.dbdiagram.io/cli/) for more information
63 lines (62 loc) • 1.47 kB
JSON
{
"name": "@dbml/cli",
"version": "3.12.0",
"description": "",
"main": "lib/index.js",
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"build": "babel src --out-dir lib --copy-files",
"prepublish": "npm run build"
},
"publishConfig": {
"access": "public"
},
"bin": {
"dbml2sql": "bin/dbml2sql.js",
"sql2dbml": "bin/sql2dbml.js",
"db2dbml": "bin/db2dbml.js"
},
"author": "Holistics <dev@holistics.io>",
"homepage": "https://dbml.dbdiagram.io",
"repository": "https://github.com/holistics/dbml/tree/master/packages/dbml-cli",
"keywords": [
"dbml",
"dbml-cli"
],
"dependencies": {
"@babel/cli": "^7.21.0",
"@dbml/connector": "^3.12.0",
"@dbml/core": "^3.12.0",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"esm": "^3.2.25",
"figures": "^3.2.0",
"lodash": "^4.17.15",
"pegjs-require-import": "^0.0.2",
"strip-ansi": "^5.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/node": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.21.0",
"babel-jest": "^29.5.0",
"jest": "^29.5.0"
},
"jest": {
"setupFiles": [
"./jestHelpers.js"
],
"transform": {
"^.+\\.js$": "babel-jest"
}
},
"gitHead": "e14cab048ba2c38acb622e780bea160a115a03d5",
"engines": {
"node": ">=18"
}
}