{
  "name": "iso-fns",
  "description": "A string-based date-time library for Javascript.",
  "version": "1.0.4",
  "types": "index.d.ts",
  "license": "MIT",
  "homepage": "iso-fns.org",
  "files": [
    "*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rubber-duck-software/iso-fns.git"
  },
  "scripts": {
    "lint": "prettier --check .",
    "format": "prettier --write .",
    "build": "tsc",
    "build-package": "./scripts/release.sh",
    "test": "yarn lint && c8 -r text beartest 'dist/**/*.test.js'",
    "cc": "c8 report -r lcovonly",
    "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
    "docs": "typedoc --out docs src/index.ts --readme ./README.md",
    "verify-build": "yarn format && yarn build && yarn test && yarn cc && yarn docs"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/dateformat": "^3.0.1",
    "all-contributors-cli": "^6.20.0",
    "beartest-js": "^3.1.1",
    "c8": "^7.7.3",
    "coveralls": "^3.1.1",
    "expect": "^27.0.6",
    "prettier": "^2.3.2",
    "typedoc": "^0.21.4",
    "typescript": "^4.3.2"
  }
}
