@dbml/parse
Version:
> TODO: description
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "@dbml/parse",
"version": "3.12.0",
"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",
"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": "e14cab048ba2c38acb622e780bea160a115a03d5"
}