-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.09 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.09 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
{
"name": "the_car_forums",
"version": "1.0.0",
"description": "[GitHub](https://github.com/etnitz) [LinkedIn](https://www.linkedin.com/in/ethan-nitz-5822a112/) *** ### ***Description*** I am creating a place for car aficionados to meet up and discuss cars and all things cars! This is just the beginning, so this readMe will be updated as I get it up and running.",
"main": "server.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/etnitz/the_car_forums.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongoose": "^6.2.8",
"morgan": "^1.10.0",
"nodemon": "^2.0.15"
},
"bugs": {
"url": "https://github.com/etnitz/the_car_forums/issues"
},
"homepage": "https://github.com/etnitz/the_car_forums#readme"
}