jalad25_contact-note/package.json
github-actions[bot] afe6a71ec3 Release 2.2.0
2026-05-19 07:58:36 +00:00

24 lines
819 B
JSON

{
"name": "contact-note",
"version": "2.2.0",
"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"
}
}