package.json 530 B

123456789101112131415161718192021
  1. {
  2. "name": "@growi/hackmd",
  3. "version": "6.0.8-RC.0",
  4. "description": "GROWI js and css files to use hackmd",
  5. "license": "MIT",
  6. "main": "dist/index.js",
  7. "scripts": {
  8. "build": "vite build",
  9. "clean": "npx -y shx rm -rf dist types",
  10. "dev": "vite build --mode dev",
  11. "watch": "yarn dev -w'",
  12. "lint:js": "eslint **/*.{js,ts}",
  13. "lint": "npm-run-all -p lint:*",
  14. "test": "jest --verbose"
  15. },
  16. "dependencies": {},
  17. "devDependencies": {
  18. "penpal": "^4.0.0",
  19. "throttle-debounce": "^3.0.1"
  20. }
  21. }