@nathanvale/chatline 0.0.0-canary-20251202102750

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/package.json ADDED
@@ -0,0 +1,165 @@
1
+ {
2
+ "author": {
3
+ "name": "Nathan Vale",
4
+ "url": "https://github.com/nathanvale"
5
+ },
6
+ "bin": {
7
+ "chatline": "./dist/bin/index.js"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/nathanvale/chatline/issues"
11
+ },
12
+ "dependencies": {
13
+ "@google/generative-ai": "^0.21.0",
14
+ "@mendable/firecrawl-js": "^4.3.7",
15
+ "cli-progress": "^3.12.0",
16
+ "commander": "^14.0.1",
17
+ "csv-parse": "^5.6.0",
18
+ "csv-stringify": "^6.5.2",
19
+ "js-yaml": "^4.1.0",
20
+ "pino": "^10.0.0",
21
+ "sharp": "^0.34.4",
22
+ "zod": "^3.23.8"
23
+ },
24
+ "description": "Extract, transform, and analyze iMessage conversations with AI-powered enrichment and timeline rendering.",
25
+ "devDependencies": {
26
+ "@arethetypeswrong/cli": "^0.18.2",
27
+ "@biomejs/biome": "^2.3.7",
28
+ "@changesets/changelog-github": "^0.5.1",
29
+ "@changesets/cli": "^2.29.7",
30
+ "@commitlint/cli": "^20.1.0",
31
+ "@commitlint/config-conventional": "^20.0.0",
32
+ "@testing-library/jest-dom": "^6.9.1",
33
+ "@testing-library/react": "^16.3.0",
34
+ "@types/cli-progress": "^3.11.6",
35
+ "@types/js-yaml": "^4.0.9",
36
+ "@types/node": "^24.8.1",
37
+ "@vitest/coverage-v8": "^4.0.14",
38
+ "better-sqlite3": "^12.4.1",
39
+ "bun-types": "^1.3.3",
40
+ "bunup": "^0.16.10",
41
+ "changesets": "^1.0.2",
42
+ "husky": "^9.1.7",
43
+ "jsdom": "^25.0.1",
44
+ "lint-staged": "^15.2.10",
45
+ "pino-pretty": "^11.2.2",
46
+ "publint": "^0.3.15",
47
+ "rimraf": "^6.0.1",
48
+ "tsx": "^4.20.6",
49
+ "typescript": "^5.9.3",
50
+ "vitest": "^4.0.14"
51
+ },
52
+ "engines": {
53
+ "node": ">=22.20"
54
+ },
55
+ "exports": {
56
+ ".": {
57
+ "types": "./dist/index.d.ts",
58
+ "import": "./dist/index.js"
59
+ },
60
+ "./package.json": "./package.json"
61
+ },
62
+ "files": [
63
+ "dist/**",
64
+ "README.md",
65
+ "LICENSE",
66
+ "CHANGELOG.md"
67
+ ],
68
+ "funding": [
69
+ {
70
+ "type": "github",
71
+ "url": "https://github.com/sponsors/nathanvale"
72
+ }
73
+ ],
74
+ "homepage": "https://github.com/nathanvale/chatline#readme",
75
+ "imports": {
76
+ "#enrich/*": "./src/enrich/*",
77
+ "#ingest/*": "./src/ingest/*",
78
+ "#normalize/*": "./src/normalize/*",
79
+ "#render/*": "./src/render/*",
80
+ "#schema/*": "./src/schema/*",
81
+ "#utils/*": "./src/utils/*"
82
+ },
83
+ "keywords": [
84
+ "imessage",
85
+ "typescript",
86
+ "cli",
87
+ "data-pipeline",
88
+ "message-analysis",
89
+ "timeline",
90
+ "ai-enrichment"
91
+ ],
92
+ "overrides": {
93
+ "express": "4.22.0"
94
+ },
95
+ "license": "MIT",
96
+ "lint-staged": {
97
+ "*.{ts,tsx,js,jsx,mts,cts,json}": [
98
+ "biome check --write"
99
+ ]
100
+ },
101
+ "main": "./dist/index.js",
102
+ "name": "@nathanvale/chatline",
103
+ "publishConfig": {
104
+ "access": "public",
105
+ "provenance": true
106
+ },
107
+ "repository": {
108
+ "type": "git",
109
+ "url": "git+https://github.com/nathanvale/chatline.git"
110
+ },
111
+ "scripts": {
112
+ "research:actionlint": "bun scripts/firecrawl/actionlint-best-practices.ts",
113
+ "build": "bunx bunup",
114
+ "check:publint": "publint",
115
+ "check:types": "attw --pack",
116
+ "check:updates": "bun pm ls || true",
117
+ "clean": "rimraf dist 2>/dev/null || true",
118
+ "cli": "node ./dist/bin/index.js",
119
+ "coverage": "bun test --coverage",
120
+ "dev": "bun src/cli.ts",
121
+ "docs:build": "cd website && bun run build",
122
+ "docs:dev": "cd website && bun run start",
123
+ "docs:serve": "cd website && bun run serve",
124
+ "check": "biome check --write .",
125
+ "format": "biome format --write .",
126
+ "format:check": "biome format .",
127
+ "hygiene": "bun run check:publint && bun run check:types",
128
+ "lint": "biome lint .",
129
+ "lint:fix": "biome lint --write .",
130
+ "lint:scripts": "shellcheck .github/scripts/*.sh",
131
+ "lint:workflows": "actionlint -color -verbose",
132
+ "pack:dry": "mkdir -p .pack && bun pm pack --destination .pack --ignore-scripts && ls -lah .pack && tar -tf .pack/*.tgz | sort | sed 's/^/ - /'",
133
+ "pre:enter:beta": "changeset pre enter beta",
134
+ "pre:enter:next": "changeset pre enter next",
135
+ "pre:enter:rc": "changeset pre enter rc",
136
+ "quality-check:ci": "biome check . && bun run typecheck",
137
+ "pre:exit": "changeset pre exit",
138
+ "prepare": "husky",
139
+ "publish:pre": "changeset publish --provenance",
140
+ "release": "changeset publish --provenance",
141
+ "release:snapshot:canary": "changeset version --snapshot canary && changeset publish --tag canary",
142
+ "security:audit": "npm audit",
143
+ "start": "node ./dist/bin/index.js",
144
+ "test": "bun test --recursive",
145
+ "test:ci": "TF_BUILD=true bun test --recursive",
146
+ "test:coverage": "bun test --coverage",
147
+ "test:scripts": "bash tests/smoke-test-scripts.sh",
148
+ "test:watch": "bun test --watch",
149
+ "typecheck": "tsc -p tsconfig.eslint.json --noEmit",
150
+ "upgrade:minor": "bun update",
151
+ "validate": "bun run lint && bun run typecheck && bun run build && TF_BUILD=true bun run test",
152
+ "validate:json": "bun scripts/validate-json.ts",
153
+ "version:gen": "changeset",
154
+ "version:pre": "changeset version",
155
+ "watch:types": "tsc -p tsconfig.eslint.json --noEmit --watch"
156
+ },
157
+ "sideEffects": false,
158
+ "type": "module",
159
+ "types": "./dist/index.d.ts",
160
+ "version": "0.0.0-canary-20251202102750",
161
+ "workspaces": [
162
+ ".",
163
+ "website"
164
+ ]
165
+ }