-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 999 Bytes
/
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
{
"name": "langchain_autodoc",
"version": "1.0.0",
"description": "Codacy pattern doc generator.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run build && npm run start",
"build": "ncc build src/main.ts --license licenses.txt",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/string-format": "^2.0.3",
"@types/underscore": "^1.11.15",
"@types/xml2js": "^0.4.14",
"typescript": "^5.4.5"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@langchain/core": "^0.2.0",
"@langchain/openai": "^0.0.33",
"axios": "^1.7.1",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.5",
"flat": "^6.0.1",
"glob": "^10.3.15",
"string-format": "^2.0.0",
"string-template": "^1.0.0",
"winston": "^3.13.0"
}
}