markdown-tables-to-json
Version:
Extracts tables from Markdown documents and converts to JSON objects.
30 lines (29 loc) • 775 B
JSON
{
"name": "markdown-tables-to-json",
"version": "0.1.7",
"description": "Extracts tables from Markdown documents and converts to JSON objects.",
"main": "./dist/index.js",
"repository": "https://github.com/icooper/markdown-tables-to-json",
"author": {
"name": "Ian Cooper",
"email": "me@iancooper.name"
},
"keywords": [
"markdown",
"typescript",
"json"
],
"scripts": {
"test": "node ./dist/test.js",
"build": "./node_modules/.bin/tsc",
"build:w": "./node_modules/.bin/tsc --watch"
},
"license": "MIT",
"dependencies": {
"@ts-stack/markdown": "^1.3.0"
},
"devDependencies": {
"tslint": "^5.20.1",
"typescript": "^3.9.7"
}
}