-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 904 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
{
"name": "yapo-alerts",
"version": "1.0.0",
"description": "Tracker de avisos nuevos en yapo",
"main": "app.js",
"scripts": {
"dev": "node -r babel-register -r dotenv/config app.js",
"build": "rollup app.js --format cjs --output dist/app.js",
"start": "node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-register": "^6.24.1",
"cheerio": "^1.0.0-rc.1",
"dotenv": "^4.0.0",
"js-yaml": "^3.8.4",
"lodash": "^4.17.4",
"mailcomposer": "^4.0.2",
"mailgun-js": "^0.11.2",
"nunjucks": "^3.0.1",
"redis": "^2.7.1",
"redis-commands": "^1.3.1",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"rollup": "^0.43.0",
"then-redis": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2"
}
}