{
  "name": "shared-libs",
  "version": "1.1.1",
  "description": "Shared Libs oferece funções diversas de conversão de objeto que podem ser usadas em qualquer projeto.",
  "main": "index.js",
  "scripts": {
    "test:coverage": "NODE_ENV=test jest --runInBand --coverage --forceExit --detectOpenHandles $(find test -name '*.spec.js')",
    "test:unit": "NODE_ENV=test jest --coverage --forceExit --detectOpenHandles $(find test/unit -name '*.spec.js')",
    "test": "npm run test:coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:7odri9o/shared-libs.git"
  },
  "keywords": [
    "Integer",
    "Array",
    "String",
    "Boolean"
  ],
  "author": "Rodrigo Rocha",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/7odri9o/shared-libs/issues"
  },
  "homepage": "https://github.com/7odri9o/shared-libs#readme",
  "dependencies": {
    "moment": "^2.23.0"
  },
  "devDependencies": {
    "jest": "^23.6.0"
  }
}
