markdown-snippet-injector
Version:
The MarkDown snippet injector generates MD code snippets by extracting them from the source code of your projects.
34 lines (33 loc) • 700 B
JSON
{
"name": "markdown-snippet-injector",
"version": "0.2.4",
"description": "The MarkDown snippet injector generates MD code snippets by extracting them from the source code of your projects.",
"main": "index.js",
"bin": {
"mdinject": "index.js",
"mdextract": "extract.js"
},
"typescript": {
"definition": "index.d.ts"
},
"scripts": {
"prepublish": "tsc -p .",
"test": "tsc && mocha"
},
"keywords": [
"markdown",
"MD",
"snippet",
"injector"
],
"author": "Deyan Ginev",
"license": "MIT",
"dependencies": {
"typescript": "~3.1.0",
"yargs": "^4.1.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"shelljs": "^0.6.0"
}
}