{ "name": "outlook-meeting-notes", "version": "0.1.4", "description": "Creates meeting notes for Outlook appointments and meetings.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "@types/moment": "^2.11.29", "@types/mustache": "^4.2.5", "@types/node": "^22.13.10", "@typescript-eslint/eslint-plugin": "8.26.1", "@typescript-eslint/parser": "8.26.1", "builtin-modules": "5.0.0", "esbuild": "0.25.1", "obsidian": "latest", "tslib": "2.8.1", "typescript": "5.8.2" }, "dependencies": { "@kenjiuno/msgreader": "^1.22.0", "mustache": "^4.2.0", "mustache-validator": "^0.2.0" } }