@types/jsdom
Version:
TypeScript definitions for jsdom
47 lines • 1.38 kB
JSON
{
"name": "@types/jsdom",
"version": "28.0.1",
"description": "TypeScript definitions for jsdom",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom",
"license": "MIT",
"contributors": [
{
"name": "Leonard Thieu",
"githubUsername": "leonard-thieu",
"url": "https://github.com/leonard-thieu"
},
{
"name": "Johan Palmfjord",
"githubUsername": "palmfjord",
"url": "https://github.com/palmfjord"
},
{
"name": "ExE Boss",
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
}
],
"main": "",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/jsdom"
},
"scripts": {},
"dependencies": {
"@types/node": "*",
"@types/tough-cookie": "*",
"parse5": "^7.0.0",
"undici-types": "^7.21.0"
},
"peerDependencies": {},
"typesPublisherContentHash": "f853de1327e4c45ade3048a793fa8f88fd29f7d43fb1bb0f580e043f2fa70fe5",
"typeScriptVersion": "5.2"
}