| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "@growi/plugin-pukiwiki-like-linker",
- "version": "4.3.3-RC",
- "description": "GROWI plugin to add PukiwikiLikeLinker",
- "keywords": [
- "growi",
- "growi-plugin"
- ],
- "main": "src/index.js",
- "files": [
- "src"
- ],
- "scripts": {
- "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
- "tsc": "tsc -p tsconfig.build.json",
- "tsc:w": "yarn tsc -w",
- "lint:js:fix": "eslint **/*.{js,jsx} --fix",
- "lint:js": "eslint **/*.{js,jsx}",
- "lint:styles:fix": "stylelint --fix src/**/*.scss",
- "lint:styles": "stylelint src/**/*.scss",
- "lint": "npm-run-all -p lint:js lint:styles",
- "test": ""
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker.git"
- },
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "dependencies": {
- },
- "devDependencies": {
- "@types/jest": "^26.0.22",
- "@typescript-eslint/eslint-plugin": "^4.28.5",
- "@typescript-eslint/parser": "^4.28.5",
- "browser-bunyan": "^1.6.3",
- "cross-env": "^7.0.0",
- "eslint": "^7.31.0",
- "eslint-config-weseek": "^1.1.0",
- "eslint-import-resolver-typescript": "^2.4.0",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-jest": "^24.3.2",
- "npm-run-all": "^4.1.2",
- "stylelint": "^13.2.0",
- "stylelint-config-recess-order": "^2.0.1",
- "ts-jest": "^26.5.4",
- "tsc-alias": "^1.2.9",
- "typescript": "^4.2.3"
- }
- }
|