{ "name": "contact-note", "version": "2.2.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", "@typescript-eslint/parser": "^8.59.4" } }