UNPKG

jsx-md

Version:

Generate markdown files with a React-like syntax.

62 lines (61 loc) 1.74 kB
{ "name": "jsx-md", "version": "4.0.1", "description": "Generate markdown files with a React-like syntax.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "rimraf lib && tsc -p tsconfig.build.json", "docs": "typedoc && touch docs/.nojekyll", "lint": "eslint src/**/*.ts src/**/*.tsx examples/**/*.tsx", "pretest": "npm run build", "test": "jest && pkg-ok" }, "engines": { "node": ">=12.4.0" }, "files": [ "lib" ], "keywords": [ "Markdown", "generator", "JSX", "MD", "Readme" ], "author": "Daniel Bartholomae (daniel@bartholomae.name)", "license": "MIT", "homepage": "https://dbartholomae.github.io/jsx-md", "repository": "git@github.com:dbartholomae/jsx-md.git", "devDependencies": { "@commitlint/cli": "^9.1.2", "@commitlint/config-conventional": "^9.1.2", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.1.1", "@types/jest": "^26.0.10", "@types/react": "^16.9.49", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "eslint": "^7.8.1", "eslint-config-prettier": "^6.10.1", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.20.6", "husky": "^4.2.5", "jest": "^26.4.2", "jest-extended": "^0.11.5", "lint-staged": "^10.2.13", "pkg-ok": "^2.3.1", "prettier": "^2.1.0", "rimraf": "^3.0.2", "semantic-release": "^17.1.1", "ts-jest": "^26.2.0", "ts-node": "^9.0.0", "tslib": "^2.0.1", "typedoc": "^0.19.1", "typedoc-plugin-param-names": "^1.0.2", "typedoc-plugin-sourcefile-url": "^1.0.6", "typescript": "^4.0.2" } }