jalad25_contact-note/package.json
2026-05-09 03:23:33 -05:00

24 lines
816 B
JSON

{
"name": "contact-note",
"version": "1.1.2",
"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 Obsidian 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",
"builtin-modules": "3.3.0",
"esbuild": "0.21.5",
"eslint": "^10.2.1",
"eslint-plugin-obsidianmd": "^0.2.9",
"obsidian": "latest",
"tslib": "2.6.3",
"typescript": "5.5.4"
}
}