-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
35
36
37
38
39
{
"name": "browser-specs",
"version": "2.27.0",
"repository": {
"type": "git",
"url": "git+https://github.com/w3c/browser-specs.git"
},
"files": [
"index.json"
],
"license": "CC0-1.0",
"main": "index.json",
"scripts": {
"build": "node src/build-index.js",
"build-skip-iso": "node src/build-index.js --skip-fetch=iso",
"lint": "node src/lint.js",
"lint-fix": "node src/lint.js --fix",
"test": "node --test --test-reporter=spec",
"test-index": "node --test --test-reporter=spec test/index.js"
},
"type": "module",
"bin": {
"browser-specs": "./src/cli.js",
"find-specs": "./src/find-specs.js"
},
"devDependencies": {
"@actions/core": "^3.0.0",
"@jsdevtools/npm-publish": "^4.1.5",
"@octokit/plugin-throttling": "^11.0.3",
"@octokit/rest": "^22.0.1",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"commander": "^14.0.3",
"puppeteer": "^24.40.0",
"reffy": "^20.0.14",
"rimraf": "^6.1.3",
"undici": "^7.24.5"
}
}