UNPKG

@braindb/astro

Version:
57 lines 1.14 kB
{ "name": "@braindb/astro", "version": "0.1.1", "description": "BrainDB Astro integration", "repository": { "type": "git", "url": "git+https://github.com/stereobooster/braindb.git", "directory": "packages/astro" }, "author": "stereobooster", "license": "MIT", "keywords": [ "markdown", "database", "content", "obsidian", "graph", "contentlayer", "astro-integration", "astro-component", "withastro", "astro" ], "publishConfig": { "access": "public" }, "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist" ], "type": "module", "peerDependencies": { "astro": "^5.5.3" }, "dependencies": { "@types/mdast": "^4.0.4", "astro-integration-kit": "^0.18.0", "github-slugger": "^2.0.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "@braindb/remark-wiki-link": "2.1.0", "@braindb/core": "0.0.17" }, "devDependencies": { "tsup": "^8.4.0" }, "scripts": { "dev": "tsup --watch", "build": "tsup" } }