Files
rustdocusaurus/package.json

31 lines
642 B
JSON

{
"name": "rustdocusaurus",
"version": "1.0.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.2.2",
"hast-util-to-mdast": "^7.1.0",
"html-entities": "^1.3.1",
"jsdom": "^16.2.2",
"node-html-parser": "^1.2.16",
"pretty": "^2.0.0",
"rehype-parse": "^6.0.2",
"remark-stringify": "^8.0.0",
"turndown": "^6.0.0",
"unified": "^9.0.0"
},
"scripts": {
"pre-commit": "cd github-action && yarn build",
"tag": "git tag v1 -f"
},
"devDependencies": {
"covector": "^0.3.0",
"pre-commit": "^1.2.2"
},
"pre-commit": [
"pre-commit",
"tag"
]
}