@novedu/cli 0.1.0 → 0.1.2

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 +8 -2
package/package.json CHANGED
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@novedu/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Command-line companion for the Novedu chat app. Validates tutor YAML definitions (more commands to follow).",
5
5
  "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/Teaching-HTL-Leonding/novedu-chat-mvp.git",
9
+ "directory": "cli"
10
+ },
6
11
  "bin": {
7
12
  "novedu-cli": "dist/main.js"
8
13
  },
@@ -16,7 +21,8 @@
16
21
  "access": "public"
17
22
  },
18
23
  "scripts": {
19
- "build": "tsdown"
24
+ "build": "tsdown",
25
+ "prepublishOnly": "npm run build"
20
26
  },
21
27
  "dependencies": {
22
28
  "commander": "^15.0.0",