{
  "version": "0.1.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "prebuild": "npm run test",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@ccmos/nestjs-moment",
  "author": "mosluce",
  "module": "dist/nestjs-moment.esm.js",
  "size-limit": [
    {
      "path": "dist/nestjs-moment.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/nestjs-moment.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@nestjs/testing": "7.6.15",
    "@size-limit/preset-small-lib": "^4.10.1",
    "husky": "^5.2.0",
    "reflect-metadata": "^0.1.13",
    "release-it": "^14.5.0",
    "size-limit": "^4.10.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.1.0",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "@nestjs/common": "7.6.15",
    "@nestjs/core": "7.6.15",
    "moment": "^2.29.1",
    "moment-timezone": "^0.5.33"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
