-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 993 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 993 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
41
42
{
"name": "legallieutenant",
"version": "1.0.0",
"description": "Make any legal work a breeze",
"main": "api/index.js",
"engines": {
"node": "20.x"
},
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ps-coding/LegalLieutenant.git"
},
"keywords": [
"legal",
"lieutenant",
"helper"
],
"author": "Prasham Shah, Samik Shah & Aniketh Chadive",
"license": "MIT",
"bugs": {
"url": "https://github.com/ps-coding/LegalLieutenant/issues"
},
"homepage": "https://github.com/ps-coding/LegalLieutenant#readme",
"dependencies": {
"any-text": "^1.2.0",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"firebase-admin": "^12.3.1",
"firestore-store": "^2.0.2",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"openai": "^4.53.2",
"path": "^0.12.7",
"process": "^0.11.10"
}
}