opencode-ntfy.sh 0.1.0 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-ntfy.sh",
3
- "version": "0.1.0",
3
+ "version": "0.1.6",
4
4
  "description": "OpenCode plugin that sends push notifications via ntfy.sh",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,6 +13,7 @@
13
13
  },
14
14
  "scripts": {
15
15
  "build": "tsc",
16
+ "prepublishOnly": "npm run build",
16
17
  "test": "vitest run",
17
18
  "test:watch": "vitest"
18
19
  },
@@ -21,11 +22,14 @@
21
22
  "@types/node": "^25.2.3",
22
23
  "msw": "^2.12.10",
23
24
  "typescript": "^5.7.0",
24
- "vitest": "^3.0.0",
25
- "yaml": "^2.8.2"
25
+ "vitest": "^3.0.0"
26
26
  },
27
27
  "files": [
28
28
  "dist"
29
29
  ],
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/lannuttia/opencode-ntfy.sh.git"
33
+ },
30
34
  "license": "MIT"
31
35
  }