mirror of
https://github.com/royxue/obsidian-things3-sync.git
synced 2026-07-22 07:00:32 +00:00
26 lines
758 B
JSON
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"
|
|
}
|
|
}
|