davidingerslev_outlook-meet.../package.json

32 lines
861 B
JSON
Raw Normal View History

2025-03-09 16:46:32 +00:00
{
2025-03-09 21:24:20 +00:00
"name": "outlook-meeting-notes",
2025-03-12 06:55:52 +00:00
"version": "0.1.4",
2025-03-09 21:24:20 +00:00
"description": "Creates meeting notes for Outlook appointments and meetings.",
2025-03-09 16:46:32 +00:00
"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",
2025-03-09 16:46:32 +00:00
"obsidian": "latest",
"tslib": "2.8.1",
"typescript": "5.8.2"
2025-03-09 16:46:32 +00:00
},
"dependencies": {
"@kenjiuno/msgreader": "^1.22.0",
"mustache": "^4.2.0",
"mustache-validator": "^0.2.0"
}
}