royxue_obsidian-things3-sync/package.json
Roy Xue 6c0277581c release: 1.4.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 12:29:51 +08:00

26 lines
758 B
JSON

{
"name": "obsidian-things3-sync",
"version": "1.4.0",
"description": "An Obsidian plugin for sync between Obsidian and Things3, create Todo and sync Todo status",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest run",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vitest": "^1.6.0"
}
}