-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 997 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 997 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
{
"name": "Restuner",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/rishit-singh/Restuner",
"author": "rishit-singh <rsrishitsingh@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"@cloudflare/ai": "^1.0.47",
"@types/cors": "^2.8.17",
"@types/eventsource": "^1.1.15",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.19",
"@types/uuid": "^9.0.8",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"eventsource": "^2.0.2",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"pdfjs-dist": "^4.0.379",
"replicate": "^0.27.1",
"source-map-loader": "^5.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"type": "module",
"scripts": {
"build": "tsc",
"start": "node ./bin/app.js",
"serve": "node ./bin/api/api.mjs",
"dev": "ts-node ./src/app.ts"
}
}