ysonc_obsidian-tasks-syncer/package.json
Wyson Cheng 8309662260 1.4.6
2025-05-27 18:32:57 +01:00

39 lines
972 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "task-syncer-plugin",
"version": "1.4.6",
"description": "Sync Microsoft ToDo tasks inside Obsidian.",
"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": [
"obsidian",
"plugin",
"todo",
"microsoft",
"tasks"
],
"author": "Wyson Cheng",
"license": "MIT",
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"builtin-modules": "^3.3.0",
"esbuild": "^0.25.2",
"obsidian": "latest",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@azure/msal-node": "^3.2.3",
"@electron/remote": "^2.1.2",
"canvas-confetti": "^1.9.3",
"dotenv": "^16.4.7",
"electron": "^34.2.0",
"eslint": "^9.23.0"
}
}