dd-memo 0.1.2 → 0.1.5

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.
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dd-memo",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "AI-powered Due Diligence memo generator — CLI that runs the DD Memo web app locally",
5
5
  "keywords": [
6
6
  "dd",
@@ -28,15 +28,6 @@
28
28
  "server-dist.tar.gz",
29
29
  "README.md"
30
30
  ],
31
- "scripts": {
32
- "build": "bash scripts/build.sh",
33
- "build:ts": "tsc",
34
- "build:server": "bash scripts/build-server.sh",
35
- "clean": "rm -rf dist server-dist server-dist.tar.gz .server-staging",
36
- "prepublishOnly": "pnpm run clean && pnpm run build",
37
- "typecheck": "tsc --noEmit",
38
- "dev:link": "pnpm run build && npm link"
39
- },
40
31
  "dependencies": {
41
32
  "get-port": "^7.1.0",
42
33
  "open": "^10.1.0"
@@ -47,5 +38,13 @@
47
38
  },
48
39
  "engines": {
49
40
  "node": ">=20.0.0"
41
+ },
42
+ "scripts": {
43
+ "build": "bash scripts/build.sh",
44
+ "build:ts": "tsc",
45
+ "build:server": "bash scripts/build-server.sh",
46
+ "clean": "rm -rf dist server-dist server-dist.tar.gz .server-staging",
47
+ "typecheck": "tsc --noEmit",
48
+ "dev:link": "pnpm run build && npm link"
50
49
  }
51
- }
50
+ }
Binary file