github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/docs/package.json (about)

     1  {
     2    "name": "ticdc-docs",
     3    "version": "0.0.0",
     4    "description": "Documents for TiCDC",
     5    "scripts": {
     6      "lint": "prettier --check \".\"",
     7      "lint:fix": "prettier --write \".\""
     8    },
     9    "repository": {
    10      "type": "git",
    11      "url": "git+https://github.com:pingcap/tiflow.git"
    12    },
    13    "keywords": [
    14      "rfc"
    15    ],
    16    "author": "TiCDC Authors",
    17    "license": "Apache-2.0",
    18    "bugs": {
    19      "url": "https://github.com/pingcap/tiflow/issues"
    20    },
    21    "homepage": "https://github.com/pingcap/tiflow/docs/",
    22    "devDependencies": {
    23      "husky": "^5.0.9",
    24      "prettier": "2.8.8"
    25    },
    26    "husky": {
    27      "hooks": {
    28        "pre-commit": "npm run lint"
    29      }
    30    }
    31  }