-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1.06 KB
/
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
{
"name": "y",
"version": "1.0.0",
"description": "- This repository is a continuation by members of Codaisseur class #27 of the \"Jobs Board\" real world project that was started by members of Codaisseur class #26. The original repo can be found here https://github.com/hastinc/Jobs-Board-Server.",
"main": "index.js",
"scripts": {
"start": "node .",
"dev": "nodemon ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"indeed-scraper": "^3.0.2",
"moment": "^2.24.0",
"nodemon": "^1.19.1",
"pg": "^7.11.0",
"sequelize": "^5.15.1",
"string-similarity": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Official-Codaisseur-Graduate/Jobs-Board-Server.git"
},
"bugs": {
"url": "https://github.com/Official-Codaisseur-Graduate/Jobs-Board-Server/issues"
},
"homepage": "https://github.com/Official-Codaisseur-Graduate/Jobs-Board-Server#readme"
}