mirror of
https://github.com/beatsad/Vault2Dify.git
synced 2026-07-22 07:46:49 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "vault-to-dify",
|
|
"version": "1.0.6",
|
|
"description": "Sync your Obsidian Vault to Dify Knowledge Base",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node esbuild.config.mjs production",
|
|
"install:test-vault": "npm run build && node scripts/sync-test-vault.mjs",
|
|
"lint:obsidian": "eslint main.ts manifest.json",
|
|
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
"test": "node tests/sync-utils.test.mjs && node tests/dify-dataset-response.test.mjs && node tests/dify-api-client.test.mjs && node tests/settings-review-ui.test.mjs",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"dify",
|
|
"sync",
|
|
"knowledge-base"
|
|
],
|
|
"author": "WenBin",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@eslint/json": "^0.14.0",
|
|
"@playwright/test": "^1.60.0",
|
|
"@types/node": "^16.11.6",
|
|
"esbuild": "0.17.3",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"obsidian": "1.13.1",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.61.0"
|
|
}
|
|
}
|