apple-version-history
Version:
List of released Apple operating system versions and builds.
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "apple-version-history",
"version": "1.6.38",
"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": "^22.5.1",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"nock": "^13.0.11",
"node-fetch": "^2.6.1",
"typescript": "^5.0.3",
"xml2js": "^0.6.0"
},
"dependencies": {}
}