{
  "name": "@argodevops/safe-change-case",
  "version": "1.1.6",
  "publishConfig": {
    "access": "public"
  },
  "description": "Safely transforms Objects, Array and strings between cases.",
  "source": "src/index.js",
  "main": "dist/index.js",
  "scripts": {
    "watch": "parcel watch",
    "build": "parcel build",
    "test": "jest --runInBand",
    "lint": "eslint \"./src/**\" --fix",
    "pretty": "prettier --write \"src/**/*.{js*,ts}\"",
    "prepare": "is-ci || husky install",
    "coverage": "node ./coverage-server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/argodevops/safe-change-case.git"
  },
  "keywords": [
    "camel-case",
    "sentence-case",
    "capital-case",
    "sentence-case"
  ],
  "author": "Argo",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/argodevops/safe-change-case/issues"
  },
  "homepage": "https://github.com/argodevops/safe-change-case#readme",
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "change-case": "^5.4.4"
  },
  "devDependencies": {
    "@argodevops/eslint-config": "^1.4.0",
    "@babel/core": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@parcel/babel-preset-env": "^2.15.4",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^12.0.2",
    "conventional-changelog-conventionalcommits": "^8.0.0",
    "eslint": "^9.32.0",
    "eslint-import-resolver-babel-module": "^5.3.2",
    "eslint-plugin-import": "^2.32.0",
    "husky": "^9.1.7",
    "is-ci": "^4.1.0",
    "jest": "^30.0.5",
    "parcel": "^2.15.4",
    "semantic-release": "^24.2.7",
    "semantic-release-npm-deprecate": "^1.0.34"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
