rivea0_obsidian-match-syntax/package.json
2025-07-13 14:27:37 +03:00

28 lines
756 B
JSON

{
"name": "obsidian-match-syntax",
"version": "1.2.0",
"description": "A flexible, regex-like lookups for your notes.",
"main": "main.js",
"scripts": {
"dev": "vite build --mode development --watch",
"build": "tsc -noEmit -skipLibCheck && vite build --mode production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint": "npx eslint src/"
},
"keywords": [],
"author": "Eda",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.18",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "^6.0.3"
},
"dependencies": {
"compromise": "^14.14.4"
}
}