-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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": "code-snipper",
"version": "0.0.23",
"description": "Export code snippets as PNG",
"main": "code-snipper.js",
"scripts": {
"test": "node_modules/.bin/tape tests/_tests_.js | node_modules/.bin/tnyan"
},
"bin": {
"copper": "./cli/cli.js"
},
"dependencies": {
"gm": "^1.23.0",
"prettier": "^0.22.0",
"standard": "^10.0.2",
"untildify": "^3.0.2",
"webshot": "^0.18.0",
"yargs": "^7.0.2"
},
"devDependencies": {
"docdash": "^0.4.0",
"tap-nyan": "^1.1.0",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhisheksoni27/code-snipper.git"
},
"keywords": [
"snipping",
"tool",
"code2png",
"js",
"snippets",
"screenshot",
"png",
"text2image",
"image2text",
"highlight",
"syntax",
"photo",
"text",
"image"
],
"author": "Abhishek Soni",
"license": "MIT",
"bugs": {
"url": "https://github.com/abhisheksoni27/code-snipper/issues"
},
"homepage": "https://github.com/abhisheksoni27/code-snipper"
}