{
  "name": "inflection2",
  "version": "2.0.1",
  "description": "A port of inflection-js to node.js module",
  "keywords": [
    "inflection",
    "inflections",
    "inflection-js",
    "pluralize",
    "singularize",
    "camelize",
    "underscore",
    "humanize",
    "capitalize",
    "dasherize",
    "titleize",
    "demodulize",
    "tableize",
    "classify",
    "foreign_key",
    "ordinalize",
    "util",
    "utils",
    "string"
  ],
  "homepage": "https://github.com/bluelovers/node.inflection#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/node.inflection/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/node.inflection.git"
  },
  "license": "MIT",
  "author": "dreamerslab <ben@dreamerslab.com>",
  "contributors": [
    "Ryan Schuft <ryan.schuft@gmail.com>",
    "Ben Lin <ben@dreamerslab.com>",
    "Lance Pollard <lancejpollard@gmail.com>",
    "Dane O'Connor <dane.oconnor@gmail.com>",
    "David Miró <lite.3engine@gmail.com>",
    "brandondewitt",
    "luk3thomas",
    "Marcel Klehr",
    "Raymond Feng",
    "Kane Cohen <kanecohen@gmail.com>",
    "Gianni Chiappetta <gianni@runlevel6.org>",
    "Eric Brody",
    "overlookmotel",
    "Patrick Mowrer",
    "Greger Olsson",
    "Jason Crawford <jason@jasoncrawford.org>",
    "Ray Myers <ray.myers@gmail.com>",
    "Dillon Shook <dshook@alumni.nmt.edu>"
  ],
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "ncu": "npx yarn-tool ncu -u",
    "npm:publish": "npm publish",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepublishOnly": "yarn run ncu && yarn run sort-package-json && yarn run test",
    "postpublish": "git commit -m \"chore(release): publish\" .",
    "sort-package-json": "npx yarn-tool sort",
    "test": "jest",
    "test:updateSnapshot": "jest --updateSnapshot"
  },
  "dependencies": {},
  "devDependencies": {
    "@bluelovers/tsconfig": "^1.0.18",
    "@types/jest": "^25.1.4",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1"
  }
}
