elmoneedsarson_Obsidian-3D-.../package.json
2026-05-14 02:18:23 +02:00

34 lines
982 B
JSON

{
"name": "obsidian-3d-embed",
"version": "1.1.6",
"description": "Embed and view 3D models in Markdown notes. Supports .stl, .obj, .3mf, .fbx and .gltf/.glb files.",
"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"
},
"keywords": [],
"author": "Jesse Strijker",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"eslint": "^10.3.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "5.6.2"
},
"dependencies": {
"@codemirror/language": "^6.12.3",
"@types/three": "^0.169.0",
"codemirror": "^6.0.2",
"three": "^0.169.0",
"three-stdlib": "^2.33.0",
"uuid": "^11.0.3"
}
}