-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.81 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
52
53
54
55
56
57
58
59
{
"name": "@movement-mortgage/scrappy",
"description": "A node.js implementation for performing web automation tasks using puppeteer",
"version": "0.0.10",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/polarpop/movement-scrappers.git"
},
"main": "index.js",
"bin": {
"scrappy": "./bin/scrappy.js"
},
"scripts": {
"start": "node index.js",
"build": "babel src --out-dir lib --copy-files --no-comments",
"docs": "jsdoc2md src/**/*.js > api.md",
"pre-publish": "set NODE_ENV=production&& babel src --out-dir lib --copy-files --no-comments"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-export-namespace": "7.0.0-beta.32",
"@babel/plugin-proposal-export-namespace-from": "7.14.2",
"@babel/plugin-proposal-function-sent": "7.12.13",
"@babel/plugin-proposal-json-strings": "7.14.2",
"@babel/plugin-proposal-numeric-separator": "7.14.2",
"@babel/plugin-proposal-private-methods": "7.13.0",
"@babel/plugin-proposal-throw-expressions": "7.12.13",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.14.2",
"babel-plugin-transform-remove-console": "6.9.4"
},
"dependencies": {
"chalk": "^4.0.0",
"commander": "^7.0.0",
"puppeteer": "^9.0.0",
"safe-eval": "^0.4.1",
"uuid": "^8.0.0"
},
"bugs": {
"url": "https://github.com/polarpop/movement-scrappers/issues"
},
"keywords": [
"puppeteer",
"webscrapping"
],
"homepage": "https://github.com/polarpop/movement-scrappers",
"directories": {
"lib": "lib"
},
"author": "Douglas Schamberg"
}