{
  "name": "prueba1mypluralize",
  "version": "0.0.1",
  "description": "Prueba numero 1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feliperoan/mypluralize.git"
  },
  "keywords": [
    "Prueba"
  ],
  "author": "FelipeRoa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/feliperoan/mypluralize/issues"
  },
  "homepage": "https://github.com/feliperoan/mypluralize#readme",
  "devDependencies": {
    "@types/pluralize": "0.0.29",
    "chai": "^4.2.0",
    "mocha": "^6.1.4",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "pluralize": "^8.0.0"
  }
}