forked from eshaham/israeli-bank-scrapers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.41 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
51
{
"name": "israeli-bank-scrapers",
"version": "0.4.0",
"description": "Provide scrapers for all major Israeli banks and credit card companies",
"engines": {
"node": ">= 8.2.1",
"npm": ">= 5.3.0"
},
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src",
"prepublishOnly": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eshaham/israeli-bank-scrapers.git"
},
"keywords": [
"israel",
"israeli bank",
"israeli bank scraper"
],
"author": "Elad Shaham",
"license": "MIT",
"bugs": {
"url": "https://github.com/eshaham/israeli-bank-scrapers/issues"
},
"homepage": "https://github.com/eshaham/israeli-bank-scrapers#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"build-url": "^1.0.10",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"puppeteer": "^0.13.0"
}
}