-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 951 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
36
37
38
39
40
41
42
43
{
"name": "purell",
"version": "3.3.14",
"description": "Hand sanitizer for HTML",
"repository": {
"type": "git",
"url": "https://github.com/bookiza/purell.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sanitize",
"superbook",
"prepare"
],
"bin": {
"pure": "./bin/bin.js"
},
"preferGlobal": true,
"engines": {
"node": "15.4.0"
},
"author": "Marvin Danig <[email protected]> (http://marvindanig.com)",
"license": "BOL",
"dependencies": {
"arc-bookiza": "0.0.13",
"chalk": "4.1.0",
"cheerio": "1.0.0-rc.5",
"clean-html": "1.5.0",
"commander": "7.0.0",
"fs-extra": "9.1.0",
"git-bookiza": "1.0.0",
"marked": "1.2.7",
"natives": "1.1.6",
"request": "2.88.2",
"request-promise": "4.2.6",
"sanitize-html": "2.3.0",
"shelljs": "0.8.4",
"turndown": "7.0.0",
"unzip": "0.1.11"
}
}