jalad25_contact-note/package.json
github-actions[bot] 4e796e3381 Release 1.1.1
2026-05-04 08:50:30 +00:00

24 lines
675 B
JSON

{
"name": "contact-note",
"version": "1.1.1",
"description": "Manage and browse contacts stored as notes, with auto-generated contact cards and a searchable list view.",
"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.7",
"obsidian": "latest",
"tslib": "2.6.3",
"typescript": "5.5.4"
}
}