-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 901 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 901 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
{
"name": "apex_api",
"version": "1.0.0",
"description": "GA SEIR 2/22/22 Project 2 ### Ryan Ditzel [LinkedIn] (https://www.linkedin.com/in/ryanditzel/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"build": "cd client && rm -rf build && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanditzel/apex_api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ryanditzel/apex_api/issues"
},
"homepage": "https://github.com/ryanditzel/apex_api#readme",
"dependencies": {
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongoose": "^6.2.9",
"morgan": "^1.10.0",
"nodemon": "^2.0.15"
}
}