-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 794 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
34
35
36
37
38
39
40
41
42
43
{
"name": "wm-search-cli",
"version": "1.4.0",
"description": "Extract structured data from Web Motors search results — no API key, no browser, no scraping.",
"keywords": [
"webmotors",
"search",
"extractor",
"cli",
"vehicles",
"cars",
"automotive"
],
"license": "MIT",
"author": "Alpha System",
"type": "module",
"bin": {
"wm-search": "./bin/wm-search.js"
},
"main": "./lib/index.js",
"scripts": {
"format": "prettier --write ."
},
"exports": {
".": "./lib/index.js"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"nlcurl": "^0.13.0"
},
"devDependencies": {
"prettier": "^3.8.1"
},
"updated": "2026.04.05.2102"
}