blob: 86c8679ee5cb3fb6237915471e64279c6f7a55f7 [file]
{
"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.2",
"mocha": "^9.1.4",
"typescript": "latest",
"webidl2": "^24.2.0"
}
}