| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@growi/plugin-pukiwiki-like-linker",
- "version": "4.3.3-RC",
- "description": "GROWI plugin to add PukiwikiLikeLinker",
- "license": "MIT",
- "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": "eslint **/*.{js,jsx}",
- "lint": "run-p lint:*",
- "test": ""
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker.git"
- },
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "devDependencies": {
- "@types/jest": "^26.0.22",
- "browser-bunyan": "^1.6.3",
- "cross-env": "^7.0.0",
- "jest": "^27.0.6",
- "npm-run-all": "^4.1.2",
- "stylelint": "^13.2.0",
- "stylelint-config-recess-order": "^2.0.1",
- "ts-jest": "^27.0.4",
- "tsc-alias": "^1.2.9",
- "typescript": "^4.2.3"
- }
- }
|