-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 838 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 838 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
{
"name": "slangai",
"version": "1.0.0",
"description": "This is the base project directory for the SlangAI App.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rutam21/SlangAI.git"
},
"author": "Rutam Prita Mishra",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Rutam21/SlangAI/issues"
},
"homepage": "https://github.com/Rutam21/SlangAI#readme",
"dependencies": {
"@google/generative-ai": "^0.2.1",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"node-cron": "^3.0.3",
"parcel-bundler": "^1.12.5",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^5.0.0"
}
}