@dbml/core
Version:
> TODO: description
65 lines (64 loc) • 1.65 kB
JSON
{
"$schema": "https://json.schemastore.org/package",
"name": "@dbml/core",
"version": "8.2.3",
"description": "> TODO: description",
"author": "Holistics <dev@holistics.io>",
"license": "Apache-2.0",
"homepage": "https://dbml.dbdiagram.io",
"repository": "https://github.com/holistics/dbml/tree/master/packages/dbml-core",
"keywords": [
"dbml",
"dbml-core"
],
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"types"
],
"types": "./types/index.d.ts",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite build --watch",
"test": "vitest run",
"coverage": "echo \"Coverage is disabled - running normal tests without coverage\" && vitest run",
"test:watch": "vitest watch",
"bench": "vitest bench",
"build:parser": "node src/parse/deprecated/buildParser.cjs",
"build:lib": "vite build",
"build": "rm -rf ./lib && npm run build:parser && npm run build:lib",
"prepublish": "npm run build",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@dbml/parse": "^8.2.3",
"antlr4": "^4.13.1",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"luxon": "^3.4.4",
"parsimmon": "^1.13.0",
"pluralize": "^8.0.0"
},
"devDependencies": {
"bluebird": "^3.5.5"
},
"gitHead": "8f21d6ac8a8f9a3715e825afca97d8c79e55d2de",
"engines": {
"node": ">=16"
}
}