{
  "name": "kalender-indonesia",
  "version": "1.1.0",
  "description": "Kalender Indonesia (https://kalenderindonesia.com)",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "lint:fix": "npx tslint src/**/*.ts --fix",
    "prepare": "npm run build",
    "go": "npx ts-node src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/InochiSoft/kalender-indonesia.git"
  },
  "homepage": "https://github.com/InochiSoft/kalender-indonesia#readme",
  "keywords": [
    "kalender",
    "libur",
    "masehi",
    "hijriyah"
  ],
  "author": "Agung Novian <pujanggabageur@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "jest": "^29.5.0",
    "prettier": "^2.8.7",
    "ts-jest": "^29.0.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.0.2"
  },
  "files": [
    "lib/**/*"
  ]
}
