mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
24 lines
709 B
JSON
24 lines
709 B
JSON
{
|
|
"name": "obsidian-github-sync",
|
|
"version": "0.0.0",
|
|
"description": "A plugin to sync a Github repository with an Obsidian vault",
|
|
"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": "Silvano Cerza",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@typescript-eslint/eslint-plugin": "^8.19.0",
|
|
"@typescript-eslint/parser": "^8.19.0",
|
|
"builtin-modules": "^4.0.0",
|
|
"esbuild": "^0.24.2",
|
|
"obsidian": "^1.7.2",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|