UNPKG

remark-ruby

Version:

Custom syntax for remarkjs, adding ruby (furigana) to markdown.

55 lines (54 loc) 1.26 kB
{ "name": "remark-ruby", "version": "0.4.0", "description": "Custom syntax for remarkjs, adding ruby (furigana) to markdown.", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/laysent/remark-ruby.git" }, "keywords": [ "markdown", "remark", "ruby", "furigana" ], "browser": { "assert": "browser-assert" }, "author": "LaySent <laysent@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/laysent/remark-ruby/issues" }, "homepage": "https://github.com/laysent/remark-ruby#readme", "peerDependencies": { "remark-parse": "^9.0.0" }, "files": [ "index.js", "index.d.ts", "lib" ], "dependencies": { "browser-assert": "^1.2.1", "micromark": "^2.11.2" }, "devDependencies": { "eslint": "7.18.0", "eslint-config-airbnb-base": "14.2.1", "eslint-plugin-import": "2.22.1", "jest": "^26.6.3", "rehype-stringify": "^8.0.0", "remark-parse": "^9.0.0", "remark-rehype": "^8.0.0", "remark-stringify": "^9.0.1", "unified": "^9.2.0" }, "scripts": { "test": "jest", "lint": "eslint index.js index.test.js lib", "prepublish": "npm run lint && npm run test" } }