mirror of
https://github.com/thejusticeman/obsidian-mobile-plugin.git
synced 2026-07-22 16:20:24 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-mobile-plugin",
|
|
"version": "1.0.8",
|
|
"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",
|
|
"@eslint/json": "^0.14.0",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"@typescript-eslint/utils": "^8.48.1",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"eslint-plugin-obsidianmd": "^0.1.9",
|
|
"obsidian": "latest",
|
|
"prettier": "^3.7.1",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4",
|
|
"typescript-eslint": "^8.48.1"
|
|
}
|
|
}
|