{ "name": "markdowny", "version": "1.1.0", "description": "A set of command-line tools for working with Markdown files with YAML headers.", "keywords": [ "markdown" ], "homepage": "https://src.mfgames.com/mfgames-writing-js/markdowny#README", "bugs": { "url": "https://src.mfgames.com/mfgames-writing-js/markdowny/issues" }, "repository": { "type": "git", "url": "https://src.mfgames.com/mfgames-writing-js/markdowny.git" }, "license": "MIT", "author": { "name": "Dylan R. E. Moonfire", "email": "d.moonfire@mfgames.com", "url": "https://mfgames.com/" }, "main": "lib/index", "types": "lib/index.d.ts", "bin": { "markdowny": "bin/markdowny", "markdowny-wc": "bin/markdowny-wc" }, "scripts": { "barrels": "barrelsby --delete --location all --directory src --exclude '(tests|cli|tools)'", "prebuild": "run-s barrels format lint clean", "build": "tsc", "clean": "rimraf lib *.tsbuildinfo", "format": "prettier src --write \"**/*.ts\" --loglevel warn", "lint": "eslint -c .eslintrc.yml src/**/*.ts --fix", "prepack": "npm run build", "prepare": "husky install" }, "dependencies": { "add-commas": "0.0.4", "handlebars": "^4.7.7", "lodash": "^4.16.5", "markdown-table": "^1.0.0", "read-pkg-up": "^4.0.0", "yaml-front-matter": "^3.4.0", "yargs": "^16.2.0" }, "devDependencies": { "@commitlint/cli": "^17.4.2", "@commitlint/config-conventional": "^17.4.2", "@semantic-release/changelog": "^6.0.2", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^9.0.2", "@types/lodash": "^4.14.116", "@types/node": "^6.0.46", "@types/read-pkg-up": "^3.0.1", "@types/yaml": "^1.9.7", "@types/yargs": "^11.1.1", "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", "barrelsby": "^1.0.2", "eslint": "^8.0.0", "eslint-plugin-typescript": "^0.12.0", "husky": "^8.0.3", "npm-run-all": "^4.1.5", "prettier": "^2.8.3", "rimraf": "^4.1.2", "semantic-release": "^19.0.5", "sort-package-json": "^2.2.0", "typescript": "4.9.4" } }