@braindb/core
Version:
markdown-graph-content-layer-database
68 lines • 1.7 kB
JSON
{
"name": "@braindb/core",
"version": "0.0.17",
"description": "markdown-graph-content-layer-database",
"repository": {
"type": "git",
"url": "git+https://github.com/stereobooster/braindb.git",
"directory": "packages/core"
},
"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/*",
"./drizzle/**/*"
],
"types": "./dist/index.d.js",
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/serialize-javascript": "^5.0.4",
"@types/unist": "^3.0.3",
"drizzle-kit": "^0.30.6"
},
"dependencies": {
"@napi-rs/simple-git": "^0.1.19",
"@node-rs/xxhash": "^1.7.6",
"better-sqlite3": "^11.9.1",
"chokidar": "^4.0.3",
"deterministic-object-hash": "^2.0.2",
"drizzle-orm": "^0.41.0",
"mdast-util-to-string": "^4.0.0",
"mitt": "^3.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"strip-markdown": "^6.0.0",
"unified": "^11.0.5",
"unist-util-map": "^4.0.0",
"unist-util-visit": "^5.0.0",
"yaml": "^2.7.0",
"@braindb/remark-wiki-link": "2.1.0"
},
"scripts": {
"test": "vitest",
"build": "rm -rf dist && tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"tsc": "tsc",
"generate": "drizzle-kit generate:sqlite"
}
}