mirror of
https://github.com/long2icc/sonicnote-sync.git
synced 2026-07-22 07:45:14 +00:00
20 lines
556 B
JSON
20 lines
556 B
JSON
{
|
|
"name": "sonicnote-sync",
|
|
"version": "1.2.1",
|
|
"description": "Sync recordings from SonicNote to Obsidian as Markdown files",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
|
|
},
|
|
"keywords": ["obsidian", "sonicnote", "recording", "sync"],
|
|
"author": "EasyLink",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"esbuild": "0.25.5",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|