-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.62 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "orquestrador_dg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"css-build": "node-sass --omit-source-map-url ./src/views/styles/styles.scss ./src/views/styles/styles.css",
"test": "nyc --reporter=html mocha --verbose --timeout 10000 --exit tests/*.test.js",
"test:prod": "cross-env NODE_ENV=prod npm t",
"prod": "cross-env NODE_ENV=dev node api",
"dev": "cross-env NODE_ENV=dev nodemon api",
"start": "cross-env NODE_ENV=dev node api",
"queue": "nodemon ./src/queue/queueStart.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/hapi": "^18.3.1",
"axios": "^0.18.0",
"balanced-match": "^1.0.0",
"bee-queue": "^1.2.2",
"bull": "^3.11.0",
"cheerio": "^1.0.0-rc.3",
"cjs": "0.0.11",
"cookie": "^0.3.1",
"cookies": "^0.7.3",
"crawler": "^1.2.1",
"cross-env": "^5.2.0",
"dotenv": "^6.2.0",
"fs": "0.0.1-security",
"hapi-and-healthy": "^7.0.4",
"hapi-auth-cookie": "^10.0.0",
"hapi-auth-jwt2": "^8.2.0",
"hapi-cors": "^1.0.3",
"hapi-io": "^0.2.1",
"hapi-swagger": "^9.3.0",
"inert": "^5.1.2",
"joi": "^14.3.1",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.4.0",
"localStorage": "^1.0.4",
"lzutf8": "^0.5.5",
"mlab-cli": "^1.1.2",
"mocha": "^6.2.0",
"mongoose": "^5.4.3",
"node-gyp": "^3.8.0",
"node-nlp": "^3.2.0",
"node-pre-gyp": "^0.12.0",
"node-sass": "^4.12.0",
"nodemailer": "^6.3.0",
"path-dirname": "^1.0.2",
"pm2": "^3.2.9",
"prettier": "^1.18.2",
"rebuild": "^0.1.2",
"tedis": "^0.1.8",
"vision": "^5.4.4"
},
"devDependencies": {
"nyc": "^13.3.0"
},
"engines": {
"node": "10.x"
}
}