-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "webidl2js",
"version": "20.0.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": {
"oxfmt": "^0.45.0",
"webidl-conversions": "^8.0.1",
"webidl2": "^24.5.0"
},
"devDependencies": {
"@domenic/eslint-config": "^5.1.0",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.2.0",
"globals": "^17.5.0"
},
"scripts": {
"test": "node --test test/*.js",
"update-snapshots": "node --test --test-update-snapshots test/*.js",
"lint": "eslint"
},
"engines": {
"node": "^22.14.0 || >=24.0.0"
},
"author": "Sebastian Mayr <npm@smayr.name>",
"license": "MIT"
}