UNPKG

@dbml/parse

Version:
53 lines (52 loc) 1.34 kB
{ "name": "@dbml/parse", "version": "3.13.1", "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": "^4.5.0", "vite-plugin-dts": "^4.1.1", "vitest": "^0.34.6" }, "dependencies": { "lodash": "^4.17.21" }, "peerDependencies": { "lodash": "^4.17.21" }, "gitHead": "8baea3c6a612f433f188efd6df5d24d1d5e16f2c" }