-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "catage",
"version": "1.1.3",
"description": "Node package and CLI tool to convert code into image with syntax highlighting",
"main": "index.js",
"bin": "bin/index.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thatisuday/catage.git"
},
"keywords": [
"cli",
"cat",
"bash",
"syntax-highlighting",
"code",
"image-converter"
],
"author": "Uday Hiwarale <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thatisuday/catage/issues"
},
"homepage": "https://github.com/thatisuday/catage#readme",
"dependencies": {
"ansi-to-svg": "^1.4.3",
"chalk": "^2.4.2",
"color": "^3.1.2",
"commander": "^3.0.1",
"emphasize": "^2.1.0",
"escape-string-regexp": "^2.0.0",
"fs-extra": "^8.1.0",
"itermcolors-to-hex": "^1.0.1",
"lodash": "^4.17.15",
"pretty": "^2.0.0",
"puppeteer": "^1.20.0",
"svg-to-dataurl": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"file-type": "^12.3.0",
"is-svg": "^4.2.0",
"mocha": "^6.2.1"
}
}