{
  "name": "decimal-models",
  "version": "0.4.41",
  "description": "",
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --fix --ext .ts",
    "prettier:check": "prettier --check .",
    "prettier:write": "prettier --write .",
    "release:major": "npm version major && conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && git push origin && git push origin --tags",
    "release:minor": "npm version minor && conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && git push origin && git push origin --tags",
    "release:patch": "npm version patch && conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && git push origin && git push origin --tags"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "DecimalTeam",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.26.1",
    "base-64": "^1.0.0",
    "bech32": "^2.0.0",
    "big-js": "^3.1.3",
    "bignumber.js": "^9.0.2",
    "conventional-changelog-cli": "^2.2.2",
    "decimal.js-light": "2.5.1",
    "joi": "^17.6.0",
    "js-sha256": "^0.9.0",
    "pg": "^8.8.0",
    "reflect-metadata": "^0.1.13",
    "sequelize": "^6.18.0",
    "sequelize-typescript": "^2.1.3",
    "typescript": "^4.6.3"
  },
  "files": [
    "lib/**/*",
    "src/**/*"
  ],
  "devDependencies": {
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.18.0",
    "@typescript-eslint/parser": "^5.18.0",
    "eslint": "^8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-simple-import-sort": "^7.0.0"
  }
}
