UNPKG

annotatedtext-remark

Version:

A lightweight JavaScript library based on annotatedtext and remark-parse for converting markdown documents into an annotated text format consumable by LanguageTool as AnnotatedText.

61 lines (60 loc) 1.72 kB
{ "name": "annotatedtext-remark", "version": "1.0.11", "description": "A lightweight JavaScript library based on annotatedtext and remark-parse for converting markdown documents into an annotated text format consumable by LanguageTool as AnnotatedText.", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "exports": [ "./out/index.js", "./types/index.d.ts" ], "types": "types/index.d.ts", "files": [ "out/**/*", "types/index.d.ts" ], "scripts": { "test": "mocha --reporter spec ./tests/test.js", "clean": "rm -rf out/*", "build": "tsc", "rebuild": "npm run clean && npm run build", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/prosegrinder/annotatedtext-remark.git" }, "keywords": [ "languagetool", "annotatedtext", "remark-parse" ], "author": "David L. Day <david@davidlday.com> (https://www.davidlday.com)", "license": "MIT", "bugs": { "url": "https://github.com/prosegrinder/annotatedtext-remark/issues" }, "homepage": "https://github.com/prosegrinder/annotatedtext-remark#readme", "dependencies": { "annotatedtext": "^1.0.5", "remark-frontmatter": "^5.0.0", "remark-parse": "^10.0.1", "unified": "^10.1.2" }, "devDependencies": { "@types/chai": "^5.0.0", "@types/mocha": "^10.0.2", "@types/node": "^25.0.6", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^8.2.0", "chai": "^6.0.1", "eslint": "^9.9.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-jsdoc": "^62.0.0", "mocha": "^11.0.1", "typedoc": "^0.28.1", "typescript": "^5.3.3" } }