generated from vaibhavpandeyvpz/starter-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 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
37
38
{
"dependencies": {
"@elastic/elasticsearch": "^7.15.0",
"axios": "^0.24.0",
"bull": "^4.1.0",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"ioredis": "^4.28.0",
"knex": "^0.95.13",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"mocha": "^9.1.3",
"nodemon": "^2.0.14",
"supertest": "^6.1.6"
},
"name": "naics-api",
"description": "Scraper and API built on top of data fed from https://www.naics.com/search/.",
"private": true,
"scripts": {
"postinstall": "husky install",
"start": "node bin/www",
"start:app": "nodemon --legacy-watch",
"start:queue": "node worker.js",
"test": "mocha --recursive"
},
"version": "0.0.0"
}