-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.13 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
{
"name": "mern-productivity-app",
"version": "1.0.0",
"description": "https://docs.google.com/document/d/1y7YsEo5ywrUcT6iupA0Nfy0FkMEpntL4xumSv0AWYNM/edit https://docs.google.com/spreadsheets/d/11ZwzgrAEW6-UBbEpLIPpx7V_A7FyBuGG3XOWnFhZifg/edit#gid=0",
"main": "schema.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backend-install": "npm install --prefix backend",
"backend": "npm run dev --prefix backend",
"frontend-install": "npm install --prefix frontend",
"frontend": "npm start --prefix frontend",
"frontend-build": "npm run build --prefix frontend",
"build": "npm run backend-install && npm run frontend-install && npm run frontend-build"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodmen07/mern-productivity-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rodmen07/mern-productivity-app/issues"
},
"homepage": "https://github.com/rodmen07/mern-productivity-app#readme",
"dependencies": {
"dotenv": "^16.0.3",
"openai": "^3.2.1"
}
}