UNPKG

@braindb/remark-dataview

Version:

markdown-graph-content-layer-database

46 lines 1.03 kB
{ "name": "@braindb/remark-dataview", "version": "0.0.2", "description": "markdown-graph-content-layer-database", "repository": { "type": "git", "url": "git+https://github.com/stereobooster/braindb.git", "directory": "packages/remark-dataview" }, "author": "stereobooster", "license": "MIT", "keywords": [ "markdown", "database", "content", "obsidian", "graph", "contentlayer" ], "type": "module", "exports": { "types": "./dist/index.d.js", "default": "./dist/index.js" }, "main": "./dist/index.js", "module": "./dist/index.js", "files": [ "./dist/*" ], "types": "./dist/index.d.js", "dependencies": { "@beoe/remark-code-hook": "^0.0.1", "@types/mdast": "^4.0.4", "fenceparser": "^2.2.0", "node-sql-parser": "^5.3.2", "unified": "^11.0.5", "@braindb/core": "0.0.15" }, "scripts": { "test": "vitest", "build": "rm -rf dist && tsc", "dev": "tsc --watch", "clean": "rm -rf dist", "tsc": "tsc" } }