-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "competitor-intel-toolkit",
"version": "1.0.0",
"description": "Automated competitive intelligence: live web scraping + AI analysis. Know what your competitors are doing.",
"main": "src/cli.js",
"bin": {
"competitor-intel": "./src/cli.js",
"compintel": "./src/cli.js"
},
"scripts": {
"test": "node src/cli.js"
},
"keywords": [
"competitive-intelligence",
"competitor-analysis",
"web-scraping",
"pricing-intelligence",
"feature-comparison",
"market-research",
"competitive-analysis",
"battle-cards",
"product-marketing",
"sales-enablement",
"ai-analysis"
],
"author": "Daniel Shashko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/danishashko/competitor-intel-toolkit.git"
},
"homepage": "https://github.com/danishashko/competitor-intel-toolkit#readme",
"bugs": {
"url": "https://github.com/danishashko/competitor-intel-toolkit/issues"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^1.13.1",
"chalk": "^4.1.2",
"cheerio": "^1.1.2",
"cli-table3": "^0.6.5",
"inquirer": "^8.2.7",
"openai": "^6.7.0"
}
}