{
  "version": "1.2.0",
  "license": "MPL-2.0",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "lint-fix": "tsdx lint --fix",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "umd": "tsdx build --format umd --name mhah-panchang --outDir=umd"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "keywords": [
    "astrology",
    "panchang",
    "zodic",
    "hindu calender",
    "tithi",
    "naxetra",
    "stars",
    "season",
    "odia"
  ],
  "name": "mhah-panchang",
  "author": "Omkar Pattanaik",
  "module": "dist/mhah-panchang.esm.js",
  "size-limit": [
    {
      "path": "dist/mhah-panchang.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/mhah-panchang.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/jest": "^27.4.0",
    "husky": "^7.0.4",
    "size-limit": "^7.0.8",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^3.9.10"
  }
}
