{ "name": "vault-link-obsidian-plugin", "version": "0.0.30", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { "dev": "webpack watch --mode development", "build": "webpack --mode production", "test": "jest --passWithNoTests", "version": "node version-bump.mjs" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "sync-client": "file:../sync-client", "@types/jest": "^29.5.14", "@types/node": "^16.11.6", "css-loader": "^7.1.2", "date-fns": "^4.1.0", "file-loader": "^6.2.0", "fs-extra": "^11.2.0", "virtual-scroller": "^1.13.1", "jest": "^29.7.0", "mini-css-extract-plugin": "^2.9.2", "obsidian": "1.7.2", "resolve-url-loader": "^5.0.0", "sass-loader": "^16.0.4", "terser-webpack-plugin": "^5.3.11", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "tslib": "2.4.0", "typescript": "5.7.2", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" } }