{
  "name": "jg-cal-util",
  "version": "0.1.8",
  "description": "Bank/Business/Market Holiday-Aware Calendar and Date Utilities",
  "main": "lib/index.js",
  "private": false,
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "ttsc",
    "test": "npx jest --config jest.config.js",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vestwell/sub-accounting-calendar-utility.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vestwell/sub-accounting-calendar-utility/issues"
  },
  "homepage": "https://github.com/vestwell/sub-accounting-calendar-utility#readme",
  "keywords": [],
  "dependencies": {
    "date-fns": "^2.23.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/node": "^14.7.6",
    "jest": "^27.0.6",
    "json-schema-to-ts": "^1.5.0",
    "prettier": "^1.13.2",
    "ts-jest": "^27.0.4",
    "ts-loader": "^8.3.0",
    "ts-node": "^9.1.1",
    "tslint": "^5.10.0",
    "tslint-config-prettier": "^1.13.0",
    "tsconfig-paths": "^3.9.0",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "ttypescript": "^1.5.12",
    "typescript-transform-paths": "^3.3.0",
    "typescript": "^4.1.3"
  },
  "files": [
    "lib/**/!(*.spec).*"
  ]
}
