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