mirror of
https://github.com/ekrizdis367/obsidian-coach.git
synced 2026-07-22 06:50:10 +00:00
Switch to actions/attest so main.js and styles.css get GitHub artifact attestations, and auto-generate release notes on publish. Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
1 KiB
JSON
31 lines
1 KiB
JSON
{
|
|
"name": "coach",
|
|
"version": "1.0.4",
|
|
"description": "Train, fuel, and track. A friendly fitness coach in your vault — workouts, body data, and meal logging all in one.",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"deploy": "mkdir -p \"$HOME/Documents/Personal/.obsidian/plugins/$npm_package_name\" && cp main.js manifest.json styles.css \"$HOME/Documents/Personal/.obsidian/plugins/$npm_package_name/\"",
|
|
"build:deploy": "npm run build && npm run deploy",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [],
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"esbuild": "0.25.5",
|
|
"eslint-plugin-obsidianmd": "0.1.9",
|
|
"globals": "14.0.0",
|
|
"tslib": "2.4.0",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.35.1",
|
|
"@eslint/js": "9.30.1",
|
|
"jiti": "2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"obsidian": "1.12.3"
|
|
}
|
|
}
|