blob: 36421f0962b922581029961b8d2c9b1e297c5d63 [file] [log] [blame] [edit]
{
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha tests.js"
},
"type": "module",
"dependencies": {
"@types/webidl2": "23.13.6",
"glob": "7.1.7",
"mocha": "9.1.3",
"typescript": "latest",
"webidl2": "24.2.0"
}
}