blob: d4a93d45bfb69da4a10555e0186a661fe7aaa52d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "devtools-mdn-compat-data",
"version": "1.0.0",
"description": "Handle MDN compatibility data used by the Compatibility",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "node bin/update"
},
"author": "",
"devDependencies": {
"@mdn/browser-compat-data": "^"
}
}
|