-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.28 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ratingsandreviews-api",
"version": "1.0.0",
"description": "FEC database",
"main": "index.js",
"scripts": {
"test": "jest --coverage --watchAll",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpp32-sdc-forest/RatingsAndReviews-api.git"
},
"author": "Meredith White",
"license": "ISC",
"bugs": {
"url": "https://github.com/rpp32-sdc-forest/RatingsAndReviews-api/issues"
},
"homepage": "https://github.com/rpp32-sdc-forest/RatingsAndReviews-api#readme",
"dependencies": {
"axios": "^0.26.0",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"fast-csv": "^4.3.6",
"ioredis": "^4.28.5",
"merge-csv": "^1.0.3",
"mongoose": "^6.1.9",
"mysql": "^2.18.1",
"newrelic": "^8.7.1",
"nodemon": "^2.0.15",
"redis": "^4.0.4"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@types/jest": "^27.4.0",
"@types/supertest": "^2.0.11",
"babel-loader": "^8.2.3",
"core-js": "^3.21.1",
"http-proxy-middleware": "^2.0.3",
"jest": "^27.5.1",
"k6": "0.0.0",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}