lacspace-leads 0.2.0 → 0.2.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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lacspace-leads",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Free, open-source local-business lead finder — name a city, area and business type, and it drives a real browser over Google Maps to collect names, phones, websites, ratings and addresses, then exports to JSON, CSV or Excel. No API keys.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -48,10 +48,11 @@
|
|
|
48
48
|
"homepage": "https://developer.lacspace.com",
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|
|
51
|
-
"url": "git+https://github.com/lacspace/
|
|
51
|
+
"url": "git+https://github.com/lacspace/npm-packages.git",
|
|
52
|
+
"directory": "lacspace-leads"
|
|
52
53
|
},
|
|
53
54
|
"bugs": {
|
|
54
|
-
"url": "https://github.com/lacspace/
|
|
55
|
+
"url": "https://github.com/lacspace/npm-packages/issues"
|
|
55
56
|
},
|
|
56
57
|
"engines": {
|
|
57
58
|
"node": ">=20"
|