decaf-dev_obsidian-vault-ex.../package.json
2025-05-02 19:54:45 -06:00

48 lines
1.3 KiB
JSON

{
"name": "obsidian-vault-explorer",
"version": "1.47.0",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "bun run check && bun run compile && node esbuild.config.mjs production",
"guardgen": "ts-auto-guard",
"compile": "tsc -noEmit -skipLibCheck",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "jest --config jest.config.js",
"lint": "eslint --ext .ts,.js,.svelte .",
"format": "prettier --write --ignore-path .prettierignore ."
},
"keywords": [],
"author": "DecafDev",
"license": "MIT",
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"@types/bun": "^1.2.11",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.16",
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.1",
"builtin-modules": "^5.0.0",
"esbuild": "^0.25.3",
"esbuild-svelte": "^0.9.2",
"jest": "^29.7.0",
"obsidian": "^1.8.7",
"prettier": "^3.5.3",
"svelte-check": "^4.1.7",
"svelte-preprocess": "^6.0.3",
"ts-auto-guard": "^5.0.1",
"ts-jest": "^29.3.2",
"tslib": "2.8.1",
"typescript": "^5.8.3"
},
"dependencies": {
"crypto": "^1.0.1",
"idb": "^8.0.2",
"js-logger": "^1.6.1",
"lodash": "^4.17.21",
"nanoid": "^5.1.5",
"svelte": "^5.28.2"
}
}