{ "name": "obsidian-media-db-plugin", "version": "0.7.2", "description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.", "main": "main.js", "scripts": { "dev": "bun run automation/build/esbuild.dev.config.ts", "build": "bun run tsc && bun run automation/build/esbuild.config.ts", "tsc": "tsc -noEmit -skipLibCheck", "test": "bun test", "test:log": "LOG_TESTS=true bun test", "format": "prettier --write --plugin prettier-plugin-svelte .", "format:check": "prettier --check --plugin prettier-plugin-svelte .", "lint": "eslint --max-warnings=0 src/**", "lint:fix": "eslint --max-warnings=0 --fix src/**", "svelte-check": "svelte-check --compiler-warnings \"unused-export-let:ignore\"", "check": "bun run format:check && bun run tsc && bun run lint && bun run test", "check:fix": "bun run format && bun run tsc && bun run lint:fix && bun run test", "release": "bun run automation/release.ts", "stats": "bun run automation/stats.ts" }, "keywords": [], "author": "Moritz Jung", "license": "GPL-3.0", "devDependencies": { "@popperjs/core": "^2.11.8", "@lemons_dev/parsinom": "^0.0.12", "@happy-dom/global-registrator": "^14.3.6", "@tsconfig/svelte": "^5.0.3", "@types/bun": "^1.0.10", "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "builtin-modules": "^3.3.0", "esbuild": "^0.20.2", "esbuild-plugin-copy-watch": "^2.1.0", "esbuild-svelte": "^0.8.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-isaacscript": "^3.12.2", "eslint-plugin-only-warn": "^1.1.0", "obsidian": "latest", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", "string-argv": "^0.3.2", "svelte": "^4.2.12", "svelte-check": "^3.6.8", "svelte-preprocess": "^5.1.3", "tslib": "^2.6.2", "typescript": "^5.4.3" } }