-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 985 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 985 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
{
"scripts": {
"dev": "ts-node-esm -r dotenv/config src/index.ts",
"start": "node -r dotenv/config build/index.js",
"build": "yarn tsc",
"web-dev": "ts-node-esm -r dotenv/config src/www.ts"
},
"engines": {
"node": "18.15"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/mailparser": "^3.4.0",
"@types/node": "^18.15.11",
"dotenv-cli": "^7.2.1",
"rome": "12.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@azure/msal-node": "^1.17.1",
"@dqbd/tiktoken": "^1.0.6",
"@elastic/elasticsearch": "^8.7.0",
"@microsoft/microsoft-graph-client": "^3.0.5",
"@slack/bolt": "^3.13.0",
"@types/luxon": "^3.3.0",
"@types/set-cookie-parser": "^2.4.2",
"add": "^2.0.6",
"eml-parser": "^1.2.1",
"express": "^4.18.2",
"googleapis": "^118.0.0",
"langchain": "^0.0.61",
"luxon": "^3.3.0",
"node-html-markdown": "^1.3.0",
"stripe": "^12.3.0",
"yarn": "^1.22.19"
},
"license": "MIT",
"type": "module"
}