package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "test: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. "@typescript-eslint/eslint-plugin": "^4.28.5",
  30. "@typescript-eslint/parser": "^4.28.5",
  31. "browser-bunyan": "^1.6.3",
  32. "cross-env": "^7.0.0",
  33. "eslint": "^7.31.0",
  34. "eslint-config-weseek": "^1.1.0",
  35. "eslint-import-resolver-typescript": "^2.4.0",
  36. "eslint-plugin-import": "^2.23.4",
  37. "eslint-plugin-jest": "^24.3.2",
  38. "jest": "^27.0.6",
  39. "npm-run-all": "^4.1.2",
  40. "stylelint": "^13.2.0",
  41. "stylelint-config-recess-order": "^2.0.1",
  42. "ts-jest": "^27.0.4",
  43. "tsc-alias": "^1.2.9",
  44. "typescript": "^4.2.3"
  45. }
  46. }