{
  "name": "stringcase",
  "description": "Convert string cases between camel case, pascal case, snake case etc...",
  "version": "4.3.1",
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "browser": "shim/browser",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-stringcase/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "ababel": "^5.0.10",
    "amocha": "^5.0.1",
    "ape-releasing": "^5.0.7",
    "ape-tasking": "^4.0.12",
    "ape-tmpl": "^6.0.14",
    "ape-updating": "^5.0.3",
    "coz": "^7.0.16",
    "filedel": "^4.0.1"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "homepage": "https://github.com/okunishinishi/node-stringcase#readme",
  "keywords": [
    "camel",
    "case",
    "pascal",
    "snake",
    "string"
  ],
  "license": "MIT",
  "main": "lib",
  "types": "stringcase.d.ts",
  "repository": "okunishinishi/node-stringcase",
  "scripts": {
    "prepare": "node ./ci/build.js && node ./ci/shim.js",
    "test": "node ./ci/test.js"
  }
}
