UNPKG

md-to-json-converter

Version:

Converts your markdown files to a single json file so that you can use it as a static api.

39 lines (38 loc) 1.05 kB
{ "name": "md-to-json-converter", "version": "0.0.3", "description": "Converts your markdown files to a single json file so that you can use it as a static api.", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/K-Sato1995/md-to-json-converter", "scripts": { "test": "jest", "prepublish": "npm run build", "build": "rm -rf dist/ && tsc", "lint": "eslint --ext=ts lib" }, "keywords": [ "markdown to json", "static api" ], "author": "K-Sato1995", "license": "MIT", "devDependencies": { "@types/glob": "^7.2.0", "@types/jest": "^27.4.1", "@types/remarkable": "^2.0.3", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", "eslint": "^8.10.0", "eslint-plugin-jest": "^26.1.1", "eslint-plugin-no-jp": "^1.0.3", "jest": "^27.5.1", "ts-jest": "^27.1.3", "typescript": "^4.6.2" }, "dependencies": { "glob": "^7.2.0", "remarkable": "^2.0.1", "remarkable-meta": "^1.0.1" } }