{
  "name": "ornellember",
  "version": "2.3.0",
  "description": "This library exists to convert dates to the ornellember format, a joke date format similar to the International Fixed Calendar",
  "main": "lib/index",
  "typings": "lib/index",
  "scripts": {
    "lint": "eslint ./test ./src --fix",
    "test": "jest",
    "build": "npm run lint & tsc -p . & rollup --config"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0rnella/ornellember.git"
  },
  "keywords": [
    "dates"
  ],
  "author": "github.com/0rnella",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/0rnella/ornellember/issues"
  },
  "homepage": "https://github.com/0rnella/ornellember#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-typescript": "^7.15.0",
    "@rollup/plugin-typescript": "^8.3.3",
    "@types/jest": "^27.0.2",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "babel-jest": "^27.3.0",
    "eslint": "^8.19.0",
    "jest": "^27.3.0",
    "rollup": "^2.76.0",
    "tslib": "^2.4.0",
    "typescript": "^4.4.4"
  }
}
