package.json 984 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@growi/plugin-pukiwiki-like-linker",
  3. "version": "4.3.3-RC",
  4. "description": "GROWI plugin to add PukiwikiLikeLinker",
  5. "license": "MIT",
  6. "keywords": [
  7. "growi",
  8. "growi-plugin"
  9. ],
  10. "main": "src/index.js",
  11. "files": [
  12. "src"
  13. ],
  14. "scripts": {
  15. "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
  16. "tsc": "tsc -p tsconfig.build.json",
  17. "tsc:w": "yarn tsc -w",
  18. "lint:js": "eslint **/*.{js,jsx}",
  19. "lint": "run-p lint:*",
  20. "test": ""
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker.git"
  25. },
  26. "author": "Yuki Takei <yuki@weseek.co.jp>",
  27. "devDependencies": {
  28. "@types/jest": "^26.0.22",
  29. "browser-bunyan": "^1.6.3",
  30. "cross-env": "^7.0.0",
  31. "jest": "^27.0.6",
  32. "npm-run-all": "^4.1.2",
  33. "stylelint": "^13.2.0",
  34. "stylelint-config-recess-order": "^2.0.1",
  35. "ts-jest": "^27.0.4",
  36. "tsc-alias": "^1.2.9",
  37. "typescript": "^4.2.3"
  38. }
  39. }