thejusticeman_obsidian-mobi.../package.json
Im The Justice Man 5de025e880 Release 1.2.1
2025-12-11 18:55:32 +00:00

41 lines
1.2 KiB
JSON

{
"name": "obsidian-mobile-plugin",
"version": "1.2.1",
"description": "Mobile-optimized UX enhancements with floating action button, context-aware toolbars, and gestures.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"format": "prettier --write \"src/**/*.ts\"",
"build": "npm run format && tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"release": "bash release.sh"
},
"keywords": [
"obsidian",
"mobile",
"plugin",
"fab",
"toolbar",
"context-aware",
"haptic-feedback"
],
"author": "Justice Vellacott",
"license": "MIT",
"devDependencies": {
"@codemirror/language": "^6.11.3",
"@codemirror/view": "^6.38.3",
"@eslint/js": "^9.39.1",
"@eslint/json": "^0.14.0",
"@types/node": "^16.11.6",
"builtin-modules": "3.3.0",
"esbuild": "^0.27.1",
"eslint": "^9.39.1",
"eslint-plugin-obsidianmd": "^0.1.9",
"globals": "^16.5.0",
"obsidian": "latest",
"prettier": "^3.7.1",
"tslib": "2.4.0",
"typescript": "^4.9.5",
"typescript-eslint": "^8.49.0"
}
}