{
  "name": "apple-version-history",
  "version": "1.6.72",
  "description": "List of released Apple operating system versions and builds.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "prepublishOnly": "exit 0",
    "prepack": "exit 0",
    "prebuild": "./.build/prebuild.sh",
    "build": "rm -rf dist && tsc",
    "postbuild": "./.build/postbuild.sh",
    "test": "mocha dist/test --forbid-only --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gordey4doronin/apple-version-history.git"
  },
  "keywords": [
    "Apple",
    "iOS",
    "tvOS",
    "macOS"
  ],
  "author": "Gordey Doronin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gordey4doronin/apple-version-history/issues"
  },
  "homepage": "https://github.com/gordey4doronin/apple-version-history#readme",
  "devDependencies": {
    "@types/chai": "^4.2.6",
    "@types/mocha": "^10.0.0",
    "@types/node": "^25.0.3",
    "chai": "^4.2.0",
    "mocha": "^11.7.3",
    "nock": "^13.0.11",
    "node-fetch": "^2.6.1",
    "typescript": "^5.0.3",
    "xml2js": "^0.6.0"
  },
  "dependencies": {}
}
