allexcd_obsidian-mcp/packages/shared/package.json
2026-06-20 21:01:00 +02:00

20 lines
365 B
JSON

{
"name": "@obsidian-mcp/shared",
"version": "0.5.5",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"vitest": "4.1.9"
}
}