salesprompter-cli 0.1.19 → 0.1.22

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "salesprompter-cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.22",
4
4
  "description": "JSON-first sales prospecting CLI for ICP definition, lead generation, enrichment, scoring, and CRM/outreach sync.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,8 +19,15 @@
19
19
  "docs:a11y": "mint a11y",
20
20
  "start": "node ./dist/cli.js",
21
21
  "test": "npm run build && tsc -p tsconfig.test.json && node --test dist-tests/tests/**/*.test.js",
22
+ "verify:all": "npm run check && npm test && npm run build:docs:site && npm run docs:broken-links && npm run docs:a11y",
22
23
  "vercel-build": "npm run build:docs:site"
23
24
  },
25
+ "engines": {
26
+ "node": ">=20.0.0"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
24
31
  "keywords": [
25
32
  "sales",
26
33
  "salesprompter",
@@ -50,10 +57,15 @@
50
57
  },
51
58
  "license": "MIT",
52
59
  "dependencies": {
60
+ "@google-cloud/bigquery": "^8.1.1",
61
+ "@supabase/supabase-js": "^2.99.1",
53
62
  "cheerio": "^1.2.0",
54
63
  "commander": "^14.0.1",
55
64
  "zod": "^4.1.5"
56
65
  },
66
+ "overrides": {
67
+ "undici": "^7.24.0"
68
+ },
57
69
  "devDependencies": {
58
70
  "@types/node": "^24.3.0",
59
71
  "gray-matter": "^4.0.3",