forked from w3c/browser-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 812 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 812 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
{
"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",
"lint": "node src/lint.js",
"lint-fix": "node src/lint.js --fix",
"test": "mocha",
"test-pr": "mocha --exclude test/fetch-info-w3c.js --exclude test/fetch-groups-w3c.js"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@jsdevtools/npm-publish": "^2.2.1",
"@octokit/plugin-throttling": "^7.0.0",
"@octokit/rest": "^20.0.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"jsdom": "^22.1.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.1"
}
}