{
  "name": "crowdin",
  "version": "3.5.0",
  "description": "A Node.js client for the v1 and v2 Crowdin APIs",
  "repository": "https://github.com/crowdin-node/crowdin-node",
  "main": "index.js",
  "scripts": {
    "build": "script/build-docs.js",
    "pretest": "npm run build",
    "test": "jest && standard",
    "lint": "standard --fix",
    "semantic-release": "semantic-release"
  },
  "license": "ISC",
  "dependencies": {
    "change-case": "^3.1.0",
    "form-data": "^2.5.1",
    "got": "^9.6.0",
    "js-yaml": "^3.13.1",
    "json-schema-deref-sync": "^0.10.1",
    "lodash": "^4.17.15",
    "pupa": "^2.0.1"
  },
  "standard": {
    "env": [
      "jest"
    ]
  },
  "devDependencies": {
    "dotenv-safe": "^6.1.0",
    "github-slugger": "^1.2.1",
    "handlebars": "^4.1.2",
    "jest": "^24.8.0",
    "jest-expect-message": "^1.0.2",
    "make-promises-safe": "^5.0.0",
    "markdown-table": "^1.1.3",
    "nock": "^11.3.3",
    "openapi-schema-validator": "^3.0.3",
    "semantic-release": "^15.13.21",
    "standard": "^13.1.0"
  }
}
