-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 794 Bytes
/
package.json
File metadata and controls
37 lines (37 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
{
"name": "crawler-cli",
"main": "dist/index.js",
"version": "0.0.1",
"private": false,
"description": "",
"bin": {
"crawler-cli": "dist/index.js"
},
"files": [
"dist/**/*"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@mendable/firecrawl-js": "1.19.0",
"axios": "1.8.2",
"commander": "13.1.0",
"config": "3.3.12",
"inquirer": "12.4.2",
"marked": "15.0.7",
"openai": "4.86.2",
"ora": "8.2.0",
"prettier": "3.5.3"
},
"devDependencies": {
"@types/config": "3.3.5",
"@types/node": "22.13.9",
"pretty-quick": "4.1.1",
"ts-node": "10.9.2",
"typescript": "5.8.2"
}
}