webidl2js
Version:
Auto-generates class structures for WebIDL specifications
41 lines (40 loc) • 872 B
JSON
{
"name": "webidl2js",
"version": "19.1.0",
"description": "Auto-generates class structures for WebIDL specifications",
"main": "lib/transformer.js",
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/webidl2js.git"
},
"dependencies": {
"prettier": "^2.8.8",
"webidl-conversions": "^8.0.0",
"webidl2": "^24.5.0"
},
"devDependencies": {
"@domenic/eslint-config": "^4.0.1",
"eslint": "^9.35.0",
"globals": "^16.3.0",
"jest": "^30.1.3"
},
"scripts": {
"test": "jest",
"update-snapshots": "jest --updateSnapshot",
"lint": "eslint"
},
"jest": {
"testEnvironment": "node",
"watchPathIgnorePatterns": [
"<rootDir>/test/output"
]
},
"engines": {
"node": ">=20"
},
"author": "Sebastian Mayr <npm@smayr.name>",
"license": "MIT"
}