| { | |
| "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" | |
| } | |
| } |