-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"type": "module",
"scripts": {
"dev": "tsnd --respawn src/server.ts",
"tool": "node --no-warnings --loader ts-node/esm src/server.ts"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@gptscript-ai/gptscript": "github:gptscript-ai/node-gptscript#9f7fc5e6233ee90418dbc52b405b0991ab90e7f2",
"@playwright/test": "^1.41.2",
"@types/turndown": "^5.0.4",
"async-mutex": "^0.5.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"env-paths": "^3.0.0",
"express": "^4.18.2",
"global-cache-dir": "^6.0.0",
"playwright": "^1.46.0",
"ts-node-dev": "^2.0.0",
"turndown": "^7.1.3"
}
}