{
  "name": "abushakir",
  "version": "1.5.2",
  "description": "Ethiopian Datetime and Calendar Reckoning system. COMPUTUS.",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "scripts": {
    "test": "jest --coverage",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "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",
    "prerelease": "npm run release -- --prerelease",
    "release": "standard-version",
    "release:patch": "npm version patch && git push && git push --tags && npm publish --access public"
  },
  "files": [
    "lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nabute/AbushakirJs.git"
  },
  "keywords": [
    "Computus",
    "Abushakir",
    "Date",
    "Time",
    "Datetime",
    "Ethiopian Calendar",
    "Calendar",
    "Feast",
    "Holiday",
    "Fasting",
    "Ethiopia",
    "Bahire Hasab",
    "Bahir",
    "Hasab",
    "Orthodox",
    "Christian"
  ],
  "author": "Nabute",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nabute/AbushakirJs/issues"
  },
  "homepage": "https://github.com/Nabute/AbushakirJs#readme",
  "devDependencies": {
    "@js-temporal/polyfill": "^0.5.1",
    "@types/jest": "^25.2.3",
    "jest": "^25.5.4",
    "prettier": "^2.0.5",
    "standard-version": "^9.5.0",
    "ts-jest": "^25.5.1",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.3"
  }
}
