UNPKG

@dbml/parse

Version:
56 lines (55 loc) 1.38 kB
{ "name": "@dbml/parse", "version": "3.13.6", "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-parse", "keywords": [ "dbml", "dbml-parse" ], "main": "./dist/dbml-parse.js", "module": "./dist/dbml-parse.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/dbml-parse.mjs", "require": "./dist/dbml-parse.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc --noEmit && vite build", "dev": "vite build --watch", "test": "vitest run", "test:watch": "vitest tests", "coverage": "vitest run --coverage", "prepublish": "npm run build", "prepare": "npm run build" }, "devDependencies": { "@types/lodash": "^4.14.200", "@types/node": "^20.8.8", "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "monaco-editor-core": "^0.44.0", "typescript": "^5.2.2", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vitest": "^3.1.4" }, "dependencies": { "lodash": "^4.17.21" }, "peerDependencies": { "lodash": "^4.17.21" }, "engines": { "node": ">=18" }, "gitHead": "a36ce92fe9350c5a509aa37a3bb0bb35fb3e82a0" }