-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 924 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
{
"name": "fraidyscrape",
"description": "Scrape HTML and JSON APIs using JSON definition files.",
"version": "1.0.16",
"module": "index.js",
"license": "MIT",
"repository": "kickscondor/fraidyscrape",
"author": "Kicks Condor",
"bin": {
"scrape": "./bin/scrape"
},
"scripts": {
"build": "fsbin emptyDir dist && parcel build --no-minify webext/manifest.json"
},
"dependencies": {
"@xmldom/xmldom": "^0.7.5",
"electron-fetch": "^1.7.4",
"ent": "^2.2.0",
"jsonpath": "^1.1.1",
"normalize-url": "^6.0.1",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"fsbin": "^1.0.10",
"node-fetch": "^2.6.1",
"parcel-bundler": "^1.12.5",
"parcel-plugin-web-extension": "^1.6.1",
"sass": "^1.34.0",
"umbrellajs": "^3.2.3",
"webextension-polyfill": "^0.8.0",
"xmldom": "^0.6.0",
"xpath": "^0.0.32"
}
}