13 lines
330 B
JSON
13 lines
330 B
JSON
{
|
|
"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": "^"
|
|
}
|
|
}
|