{
  "name": "iso8601-duration",
  "version": "2.1.3",
  "description": "Node/Js-module for parsing and making sense of ISO8601-durations",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "check": "npx @biomejs/biome check --apply .",
    "test": "npm run check && npm run unittests",
    "unittests": "tsc && node --test --test-reporter spec test/*.mjs",
    "tdd": "npx -y watchlist --eager src test -- npm run unittests",
    "prepublishOnly": "tsc",
    "release-patch": "npx np patch",
    "release-beta": "npx np --tag=beta",
    "release-jsr": "npx -y jsr publish"
  },
  "files": [
    "lib/index.js",
    "lib/index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tolu/ISO8601-duration.git"
  },
  "keywords": [
    "ISO8601",
    "duration",
    "time"
  ],
  "author": "Tobias Lundin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tolu/ISO8601-duration/issues"
  },
  "homepage": "https://github.com/tolu/ISO8601-duration#readme",
  "devDependencies": {
    "@biomejs/biome": "^1.5.3",
    "@js-temporal/polyfill": "*",
    "@types/node": "^20.11.24",
    "typescript": "5.3.3"
  }
}
