{ "name": "vault-to-dify", "version": "1.0.0", "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", "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": { "@playwright/test": "^1.60.0", "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/parser": "5.29.0", "builtin-modules": "3.3.0", "esbuild": "0.17.3", "obsidian": "latest", "tslib": "2.4.0", "typescript": "4.7.4" } }