-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 Bytes
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
{
"name": "leadstrike",
"version": "1.0.0",
"description": "High-Intent Lead Discovery Engine - Find businesses losing money due to weak digital presence",
"type": "module",
"main": "src/index.js",
"bin": {
"leadstrike": "./src/cli.js"
},
"scripts": {
"start": "node src/cli.js",
"dev": "node --watch src/cli.js"
},
"keywords": [
"leads",
"business",
"discovery",
"google-places",
"b2b",
"sales"
],
"author": "",
"license": "MIT",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.4.0",
"axios": "^1.6.7",
"chalk": "^5.6.2",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.5",
"enquirer": "^2.4.1",
"figlet": "^1.10.0"
}
}