dwkim 3.5.0 → 3.6.1

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 (3) hide show
  1. package/README.md +33 -0
  2. package/dist/index.js +97 -96
  3. package/package.json +7 -4
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "dwkim",
3
- "version": "3.5.0",
3
+ "version": "3.6.1",
4
4
  "description": "Developer profile & AI chat in your terminal",
5
5
  "license": "MIT",
6
- "author": "dannyworks102@gmail.com",
6
+ "author": "DongWook Kim <dannyworks102@gmail.com>",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/domuk-k/dwkim.git",
9
+ "url": "git+https://github.com/domuk-k/dwkim.git",
10
10
  "directory": "packages/dwkim"
11
11
  },
12
12
  "type": "module",
@@ -21,7 +21,10 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "build": "bun script/build.js",
24
- "dev": "bun --watch src/index.ts",
24
+ "dev": "sh script/dev-tty.sh",
25
+ "smoke:cli": "bun src/index.ts --version && bun run build && node dist/index.js --version && node -e \"const s=require('node:fs').readFileSync('dist/index.js','utf8'); if (/iVBOR|profileImage|assets\\\\/profile/.test(s)) process.exit(1)\"",
26
+ "qa:tui": "bun test src/__tests__ && bun run type-check && bun run smoke:cli",
27
+ "test": "bun test",
25
28
  "type-check": "tsc --noEmit"
26
29
  },
27
30
  "dependencies": {