-
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) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"name": "skill_notes-1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanishqagrawal-dev/skill_Notes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/tanishqagrawal-dev/skill_Notes/issues"
},
"homepage": "https://github.com/tanishqagrawal-dev/skill_Notes#readme",
"dependencies": {
"@google-cloud/storage": "^7.12.0",
"@google/generative-ai": "^0.1.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase": "^12.8.0",
"firebase-admin": "^12.7.0"
},
"devDependencies": {
"clean-css": "^5.3.3",
"dotenv-vault": "^1.27.0",
"fs-extra": "^11.3.4",
"glob": "^13.0.6",
"html-minifier": "^4.0.0",
"javascript-obfuscator": "^5.4.1"
}
}