UNPKG

caml-mkdn

Version:

Colon Attribute Markup Lanugage -- a YAML-like markup syntax for (semantic) attributes in markdown.

74 lines (73 loc) 1.79 kB
{ "name": "caml-mkdn", "version": "0.0.2", "description": "Colon Attribute Markup Lanugage -- a YAML-like markup syntax for (semantic) attributes in markdown.", "license": "GPL-3.0", "author": { "name": "manunamz", "email": "manuanmz@pm.me" }, "repository": { "type": "git", "url": "https://github.com/wikibonsai/caml-mkdn.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": {}, "devDependencies": { "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@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", "del-cli": "^5.0.0", "eslint": "^8.27.0", "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.8.1", "typescript": "^4.5.5" }, "keywords": [ "attr", "attrs", "attribute", "attributes", "caml", "colon", "colon attribute markup language", "markup", "metadata", "properties", "property", "wikiattr", "wikiattrs", "wikibonsai", "wikilink", "wikilinks", "wikiref", "wikirefs", "yaml" ] }