-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 857 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 857 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
{
"name": "geode",
"version": "1.0.0",
"description": "Unlock your emotions and find the beauty within with Geode, your personalized mental health companion app.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"heroku-postbuild": "cd client && npm install && npm install https-browserify && npm install stream-http && npm install url && npm install buffer && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MKhour/geode.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MKhour/geode/issues"
},
"homepage": "https://github.com/MKhour/geode#readme",
"dependencies": {
"cohere-ai": "^6.1.0",
"express": "^4.18.2",
"password-generator": "^2.1.0"
}
}