package.json 369 B

1234567891011121314151617
  1. {
  2. "name": "@nutui/markdown-to-vue",
  3. "version": "0.0.2",
  4. "description": "markdown-to-vue",
  5. "main": "mdToVue.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "chokidar": "^3.3.1",
  13. "folder-hash": "^3.3.0",
  14. "marked": "^0.8.0",
  15. "node-filelist": "^1.0.0"
  16. }
  17. }