mirror of
https://github.com/jalad25/contact-note.git
synced 2026-07-22 06:53:06 +00:00
23 lines
775 B
JSON
23 lines
775 B
JSON
{
|
|
"name": "contact-note",
|
|
"version": "2.1.1",
|
|
"description": "Turn frontmatter in notes designated as contacts into visual contact cards. Browse them with a built-in searchable, filterable view or surface them through an Bases view that adds sorting, grouping, and extensive filtering and searching.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "eslint src"
|
|
},
|
|
"keywords": [],
|
|
"author": "Jalad",
|
|
"license": "GNU AGPLv3",
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"esbuild": "0.28.0",
|
|
"eslint": "^10.2.1",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.6.3",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|