github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/package.json (about)

     1  {
     2    "name": "phrase-api-reference",
     3    "version": "2.0.0",
     4    "description": "Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform.",
     5    "scripts": {
     6      "start": "make",
     7      "docs": "make docs",
     8      "watch": "make watch_bundle watch_scss watch_ts serve -j4",
     9      "bundle": "make lint bundle",
    10      "lint": "make lint",
    11      "generate.ruby": "make lint bundle ruby",
    12      "generate.go": "make lint bundle go",
    13      "generate.typescript": "make lint bundle typescript",
    14      "generate.python": "make lint bundle python",
    15      "generate.java": "make lint bundle java",
    16      "generate.php": "make lint bundle php",
    17      "generate.cli": "make lint bundle cli"
    18    },
    19    "repository": {
    20      "type": "git",
    21      "url": "git+https://github.com/phrase/openapi.git"
    22    },
    23    "author": "",
    24    "license": "MIT",
    25    "bugs": {
    26      "url": "https://github.com/phrase/openapi/issues"
    27    },
    28    "homepage": "https://developers.phrase.com/api/",
    29    "devDependencies": {
    30      "@apidevtools/swagger-cli": "^4.0.4",
    31      "@openapitools/openapi-generator-cli": "^2.5.2",
    32      "http-server": "^0.12.3",
    33      "husky": "^8.0.3",
    34      "release-please": "^15.10.5",
    35      "sass": "^1.26.10",
    36      "terser": "^4.8.1",
    37      "typescript": "^3.9.6"
    38    },
    39    "husky": {
    40      "hooks": {
    41        "pre-commit": "npm run lint"
    42      }
    43    }
    44  }