{ "name": "cooklang-viewer-and-editor", "version": "0.1.0", "description": "A plugin development template for devs who want to use svelte in Obsidian.", "main": "main.js", "type": "module", "scripts": { "lint": "eslint . --ext .ts", "dev": "npm run lint && vite build --watch", "test": "vitest", "build": "npx svelte-check && vite build", "bumpversion": "node version-bump.mjs && git add manifest.json versions.json && git commit -m 'bump version'", "postversion": "npm run bumpversion", "prepare": "husky", "set-date": "year=`date +%Y` && cat LICENSE|sed \"3s/.*/Copyright (c) $year Roger Veciana i Rovira/\">LICENSE.tmp && mv LICENSE.tmp LICENSE" }, "keywords": [ "cooklang", "cooking" ], "author": "Roger Veciana i Rovira", "devDependencies": { "@cooklang/cooklang-ts": "^1.2.7", "@svelte-plugins/tooltips": "^3.0.3", "@sveltejs/vite-plugin-svelte": "^5.1.0", "@tsconfig/svelte": "^5.0.4", "@types/node": "^22.15.29", "@typescript-eslint/parser": "^8.33.1", "builtin-modules": "^5.0.0", "esbuild-svelte": "^0.9.3", "eslint": "^9.28.0", "eslint-plugin-svelte": "^3.9.0", "franc": "^6.2.0", "husky": "^9.1.7", "jiti": "^2.4.2", "obsidian": "^1.8.7", "svelte": "^5.33.14", "svelte-check": "^4.1.6", "svelte-i18next": "^2.2.2", "svelte-preprocess": "^6.0.3", "tslib": "^2.8.1", "typescript": "~5.8.3", "typescript-eslint": "^8.33.0", "vite": "^6.3.5", "vite-plugin-static-copy": "^3.0.0", "vitest": "^3.2.1" }, "dependencies": { "svelte-range-slider-pips": "^4.0.0" } }