code-snipper
Version:
Export code snippets as PNG
52 lines (51 loc) • 1.08 kB
JSON
{
"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"
}