mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "github-gitless-sync",
|
|
"version": "1.0.6",
|
|
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs",
|
|
"benchmark": "tsx benchmark.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Silvano Cerza",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@types/proxyquire": "^1.3.31",
|
|
"@types/react": "^19.0.4",
|
|
"@types/react-dom": "^19.0.2",
|
|
"@types/sinon": "^17.0.4",
|
|
"@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",
|
|
"proxyquire": "^2.1.3",
|
|
"sinon": "^20.0.0",
|
|
"tslib": "^2.8.1",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-markdown": "^6.3.2",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.36.2",
|
|
"@uiw/react-codemirror": "^4.23.8",
|
|
"codemirror": "^6.0.1",
|
|
"file-type": "^20.4.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|