-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.64 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "@carlosdp/weaver",
"version": "0.3.13",
"description": "",
"type": "module",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint --max-warnings 0 src/**.{ts,tsx,js,jsx}",
"fix": "eslint --max-warnings 0 --fix src/**.{ts,tsx,js,jsx}",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlosdp/weaver.git"
},
"author": "Carlos Diaz-Padron",
"license": "ISC",
"bugs": {
"url": "https://github.com/carlosdp/weaver/issues"
},
"homepage": "https://github.com/carlosdp/weaver#readme",
"dependencies": {
"@sparticuz/chromium": "^110.0.0",
"@supabase/supabase-js": "^2",
"axios": "^1.2.3",
"axios-retry": "^3.4.0",
"microsoft-cognitiveservices-speech-sdk": "^1.24.1",
"node-html-parser": "^6.1.4",
"openai": "^3.2.1",
"puppeteer-core": "^19.6.0",
"sanitize-html": "^2.10.0",
"turndown": "^7.1.1",
"yaml": "^2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/sanitize-html": "^2.8.0",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^41.0.1",
"jest": "^29.5.0",
"prettier": "^2.6.1",
"ts-jest": "^29.1.0",
"typescript": "^4.6.3"
},
"packageManager": "yarn@3.3.1"
}