@dbml/cli
Version:
See our website [@dbml/cli](https://dbml.dbdiagram.io/cli/) for more information
66 lines (65 loc) • 1.76 kB
JSON
{
"$schema": "https://json.schemastore.org/package",
"name": "@dbml/cli",
"version": "5.3.1",
"description": "",
"main": "lib/index.js",
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"build": "babel src --out-dir lib --copy-files",
"prepublish": "npm run build",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"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": "^5.3.1",
"@dbml/core": "^5.3.1",
"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",
"@stylistic/eslint-plugin": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"babel-jest": "^29.5.0",
"eslint": "^9.39.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-jest": "^29.0.1",
"jest": "^29.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3"
},
"gitHead": "54ca4861d608adbfc17c86d840c2e663e9c428f9",
"engines": {
"node": ">=18"
}
}