{
  "name": "@datahex/models",
  "version": "2.5.496",
  "description": "Domain models that datahex products share across",
  "author": "Datahex Tecnologia <contato@datahex.com.br>",
  "main": "index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "commit:release": "npm version patch -m \"Release v%s\"",
    "push:release": "git add . && git commit --amend --no-edit && git push origin master --tags --follow-tags -uf",
    "deploy": "git fetch && rm -rf types/ && npx tsc && npm run commit:release && npm run push:release && npm publish --access public && echo 'Deploy realizado com sucesso !'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datahex/models.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/datahex/models/issues"
  },
  "engines": {
    "npm": ">=10.2.0",
    "node": ">=18.18.0"
  },
  "homepage": "https://github.com/datahex/models#readme",
  "dependencies": {
    "@types/lodash": "4.14.132",
    "@types/node": "12.7.12",
    "@types/uuid": "3.4.5",
    "lodash": "4.17.11",
    "uuid": "3.3.3"
  },
  "devDependencies": {
    "typescript": "3.7.3"
  }
}
