UNPKG

@alifd/doc-parser

Version:
53 lines (52 loc) 1.33 kB
{ "name": "@alifd/doc-parser", "version": "1.0.1", "description": "document parser for fusion docs", "main": "index.js", "files": [ "src", "index.js" ], "scripts": { "test-local": "egg-bin test", "test": "npm run lint --fix && npm run test-local", "cov": "egg-bin cov", "lint": "eslint ./src", "ci": "npm run lint && npm run cov" }, "repository": { "type": "git", "url": "git+https://github.com/alibaba-fusion/doc-parser.git" }, "keywords": [ "markdown" ], "dependencies": { "@textlint/markdown-to-ast": "^6.0.5", "babel-core": "^6.18.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.24.1", "marked": "^0.3.5", "prismjs": "^1.15.0", "underscore": "^1.8.3" }, "devDependencies": { "egg-bin": "^4.1.0", "eslint": "^4.5.0", "eslint-config-egg": "^5.0.0", "fs-extra": "^4.0.1", "power-assert": "^1.4.2" }, "author": "ww.sun@outlook.com", "license": "MIT", "bugs": { "url": "https://github.com/alibaba-fusion/doc-parser/issues" }, "homepage": "https://github.com/alibaba-fusion/doc-parser#readme", "publishConfig": { "access": "public" } }