janispritzkau_obsidian-mode.../package.json
2025-04-24 22:11:37 +02:00

29 lines
904 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "obsidian-model-viewer",
"version": "1.0.4",
"description": "An Obsidian plugin to view and embed 3D models using Googles <model-viewer> component.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json && npm run changelog",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"keywords": [],
"author": "",
"license": "0BSD",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"@google/model-viewer": "^4.0.0"
}
}