UNPKG

markdown-it-wikirefs

Version:

markdown-it plugin to add wikirefs (including [[wikilinks]])

90 lines (89 loc) 2.23 kB
{ "name": "markdown-it-wikirefs", "version": "0.0.3", "description": "markdown-it plugin to add wikirefs (including [[wikilinks]])", "license": "GPL-3.0", "author": { "name": "manunamz", "email": "manuanmz@pm.me" }, "repository": { "type": "git", "url": "https://github.com/wikibonsai/markdown-it-wikirefs.git" }, "files": [ "dist/**/*" ], "source": "./src/index.ts", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "browser": "./dist/index.umd.js", "scripts": { "build": "rollup -c", "clean": "npx del dist", "rebuild": "yarn clean && yarn build", "lint": "eslint ./src ./test --ext .ts", "pretest": "yarn rebuild", "test": "nyc mocha" }, "dependencies": { "lodash": "^4.17.21", "markdown-it": "^12.3.2", "wikirefs": "^0.0.4" }, "devDependencies": { "@babel/core": "^7.20.2", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.20.1", "@rollup/plugin-babel": "^6.0.2", "@rollup/plugin-commonjs": "^23.0.2", "@types/lodash": "^4.14.182", "@types/markdown-it": "^12.2.3", "@types/markdown-it-footnote": "^3.0.0", "@types/mocha": "^9.1.1", "@types/node": "^18.0.0", "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "del-cli": "^5.0.0", "eslint": "^8.27.0", "markdown-it-footnote": "^3.0.3", "mocha": "^10.0.0", "nyc": "^15.1.0", "prettier": "^2.5.1", "rollup": "2.70.1", "rollup-plugin-ts": "^3.0.2", "sinon": "^14.0.0", "ts-node": "^10.7.0", "typescript": "^4.5.5", "wikirefs-spec": "^0.0.3" }, "keywords": [ "bidirectional link", "bidirectional links", "internal link", "internal links", "markdown-it-plugin", "markdown-it", "personal wiki", "ref", "refs", "reference", "references", "wiki", "wiki-link", "wiki-links", "wikiattr", "wikiattrs", "wikibonsai", "wikiembed", "wikiembeds", "wikilink", "wikilinks", "wikiref", "wikirefs", "zettelkasten" ] }