@sytone/markdown-snippet-injector
Version:
The MarkDown snippet injector generates MD code snippets by extracting them from the source code of your projects.
44 lines • 1.13 kB
JSON
{
"name": "@sytone/markdown-snippet-injector",
"version": "2.2.0",
"author": "Jon Bullen (orginally Deyan Ginev)",
"license": "MIT",
"description": "The MarkDown snippet injector generates MD code snippets by extracting them from the source code of your projects.",
"main": "./dist/index.js",
"bin": {
"mdinject": "./dist/index.js"
},
"scripts": {
"build": "tsc -p .",
"build:watch": "tsc --watch",
"test": "mocha --config test/runners/mocha/.mocharc.jsonc",
"test:install": "npm install -g . && mdinject"
},
"keywords": [
"markdown",
"MD",
"snippet",
"injector"
],
"dependencies": {
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.1",
"@types/sinon": "^10.0.16",
"@types/yargs": "^17.0.24",
"chai": "^4.3.8",
"git-cliff": "^2.2.2",
"mocha": "^10.2.0",
"shelljs": "^0.8.5",
"sinon": "^16.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"xo": "^0.56.0"
},
"xo": {
"space": true
}
}