UNPKG

remark-docz

Version:

Remark plugin used by docz

35 lines (34 loc) 874 B
{ "name": "remark-docz", "version": "2.4.0", "description": "Remark plugin used by docz", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "files": [ "dist/", "package.json", "README.md" ], "repository": { "type": "git", "url": "https://github.com/doczjs/docz.git", "directory": "core/remark-docz" }, "scripts": { "dev": "cross-env NODE_ENV=development yarn build -w", "build": "cross-env NODE_ENV=production rollup -c", "fix": "yarn lint --fix", "lint": "eslint . --ext mdx,ts,tsx", "precommit": "lint-staged", "test": "jest" }, "dependencies": { "@babel/generator": "^7.5.5", "@babel/types": "^7.5.5", "unist-util-remove": "^1.0.3", "unist-util-visit": "^1.4.1" }, "gitHead": "9ec9a3c647d9991658c9fea3d36fd6b959f41de5" }