UNPKG

marked-caml

Version:

marked extension to add CAML (Colon Attribute Markup Language)

89 lines (88 loc) 2.15 kB
{ "name": "marked-caml", "version": "0.0.6", "description": "marked extension to add CAML (Colon Attribute Markup Language)", "license": "GPL-3.0", "author": { "name": "manunamz", "email": "manuanmz@pm.me" }, "repository": { "type": "git", "url": "https://github.com/wikibonsai/marked-caml.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": { "caml-mkdn": "^0.0.10", "defu": "^6.1.7", "marked": "^15.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/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", "caml-spec": "^0.0.7-spec", "del-cli": "^5.0.0", "eslint": "^8.27.0", "marked-footnote": "^1.4.0", "marked-wikirefs": "^0.0.7", "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.8-spec" }, "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" ] }