{ "name": "typescript-dom-lib-generator", "version": "0.0.1", "private": true, "description": "Provides TypeScript types for the latest web APIs.", "keywords": [ "typescript", "web", "api", "dom", "worker", "worklet" ], "scripts": { "build": "tsc && node ./lib/build.js", "baseline-accept": "cpx \"generated\\**\" baselines\\", "lint": "eslint --max-warnings 0 src deploy/*.js && tsc -p deploy/jsconfig.json", "lint-fix": "eslint --max-warnings 0 src deploy/*.js --fix", "test": "npm run lint && npm run build && node ./lib/test.js && node ./unittests/index.js", "changelog": "tsc && node ./lib/changelog.js", "ts-changelog": "node ./deploy/versionChangelog.js", "migrate": "node ./deploy/migrate.js", "version": "npm i && tsc && node ./lib/version.js" }, "author": { "name": "Kagami Sascha Rosylight", "email": "saschanaz@outlook.com", "url": "https://github.com/saschanaz" }, "contributors": [ "Microsoft Corp." ], "repository": { "type": "git", "url": "https://github.com/microsoft/TypeScript-DOM-lib-generator/" }, "license": "Apache-2.0", "type": "module", "devDependencies": { "@eslint/js": "^9", "@mdn/browser-compat-data": "^5.5.21", "@octokit/rest": "^21.0.0", "@types/node": "^22.2.0", "@types/prettier": "^3.0.0", "@types/webidl2": "^24.4.3", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "@webref/css": "^6.12.7", "@webref/elements": "^2.3.0", "@webref/events": "^1.11.3", "@webref/idl": "^3.46.1", "bcd-idl-mapper": "^2.3.0", "cpx2": "^7.0.1", "danger": "^12.2.0", "eslint": "^9.9.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "globals": "^15.9.0", "jsonc-parser": "^3.2.1", "node-fetch": "^3.3.2", "prettier": "^3.2.5", "print-diff": "^2.0.0", "typescript": "^5.6.0-dev.20240806", "typescript-eslint": "^8", "webidl2": "^24.4.1" }, "overrides": { "typescript@*": "$typescript" } }