package.json 569 B

12345678910111213141516171819202122
  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. "types": "types/hackmd-styles.d.ts",
  8. "scripts": {
  9. "build": "vite build",
  10. "clean": "npx -y shx rm -rf dist types",
  11. "dev": "vite build --mode dev",
  12. "watch": "yarn dev -w'",
  13. "lint:js": "eslint **/*.{js,ts}",
  14. "lint": "npm-run-all -p lint:*",
  15. "test": "jest --verbose"
  16. },
  17. "dependencies": {},
  18. "devDependencies": {
  19. "penpal": "^4.0.0",
  20. "throttle-debounce": "^3.0.1"
  21. }
  22. }