-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 KB
/
package.json
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
{
"dependencies": {
"@designbycode/levenshtein": "^1.0.1",
"@langchain/anthropic": "^0.2.15",
"@langchain/core": "^0.2.31",
"@langchain/ollama": "^0.0.4",
"@langchain/openai": "^0.2.8",
"@types/readline-sync": "^1.4.8",
"color": "^4.2.3",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
"path": "^0.12.7",
"pdfkit": "^0.15.0",
"ps-node": "^0.1.6",
"readline-sync": "^1.4.10",
"selenium-webdriver": "^4.24.0",
"ts-dedent": "^2.2.0",
"typescript": "^5.5.4",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/colors": "^1.2.1",
"@types/lodash": "^4.17.7",
"@types/pdfkit": "^0.13.4",
"@types/ps-node": "^0.1.3",
"@types/selenium-webdriver": "^4.1.26",
"@types/yargs": "^17.0.33",
"i": "^0.3.7",
"npm": "^10.8.3"
},
"name": "linkedin-easy-apply-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node dist/cli.js",
"build": "npx tsc",
"watch": "npx tsc -w",
"start:dev": "npx ts-node src/cli.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}