-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 925 Bytes
/
package.json
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
34
35
36
{
"name": "rest-api",
"version": "1.0.0",
"description": "An api for getting articles",
"main": "app.js",
"dependencies": {
"concurrently": "^5.0.0",
"cors": "^2.8.5",
"devicons": "^1.8.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-validator": "^5.3.0",
"mongoose": "^5.7.9",
"morgan": "^1.9.1",
"nodemon": "^1.19.4",
"os": "^0.1.1",
"popper": "^1.0.1"
},
"scripts": {
"start": "concurrently \"node app.js \" \" cd ../client/ && yarn start\" ",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Reader-org/SuperCourse-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Reader-org/SuperCourse-api/issues"
},
"homepage": "https://github.com/Reader-org/SuperCourse-api#readme",
"devDependencies": {}
}