davidvkimball_obsidian-seo/package.json
David V. Kimball b12d7a5251 Remove release attestation until the directory verifier is fixed; bump to 0.5.3
Attestations signed by GitHub since July fail the Obsidian directory's attestation verifier (signature invalid) even though GitHub's own gh attestation verify passes them: 0.5.0 (signed in May) passed review, while 0.5.1 (old action versions) and 0.5.2 (current action versions) both failed identically. Drop the attest step so the directory relies on its byte-for-byte build reproduction check, which this repo passes. Also remove a now-unnecessary non-null assertion in results-display and refresh the styles.css header so both release assets get new digests, detaching them from the rejected attestations.
2026-07-16 22:48:01 -07:00

50 lines
No EOL
1.5 KiB
JSON

{
"name": "seo",
"version": "0.5.3",
"description": "Ensure your public-facing notes are optimized for search engines and AI.",
"main": "main.js",
"type": "module",
"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",
"lint": "node scripts/lint-wrapper.mjs",
"lint:fix": "node scripts/lint-wrapper.mjs --fix",
"upgrade": "node scripts/upgrade.mjs"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.30.1",
"@eslint/json": "^0.14.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"esbuild": "0.25.5",
"eslint": "^9.39.1",
"eslint-plugin-obsidianmd": "^0.3.0",
"globals": "14.0.0",
"obsidian": "^1.11.0",
"@davidvkimball/obsidian-dev-skills": "^1.3.0",
"tslib": "2.4.0",
"typescript": "5.8.3",
"typescript-eslint": "^8.50.1"
},
"packageManager": "pnpm@10.20.0",
"pnpm": {
"overrides": {
"minimatch@<3.1.3": "^3.1.3",
"minimatch@^4 || ^5 || ^6 || ^7 || ^8": "^8.0.5",
"minimatch@^9": "^9.0.6",
"picomatch@<2.3.2": "^2.3.2",
"picomatch@^3 || ^4": "^4.0.4",
"brace-expansion@<1.1.13": "^1.1.13",
"brace-expansion@^2": "^2.0.3",
"ajv@<6.14.0": "^6.14.0",
"ajv@^7 || ^8": "^8.18.0",
"flatted@<3.4.0": "^3.4.0",
"fast-uri@<3.1.1": "^3.1.1",
"yaml@<2.8.3": "^2.8.3"
}
}
}