mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"name": "eslint-plugin-hive",
|
|
"type": "commonjs",
|
|
"private": true,
|
|
"main": "index.cjs",
|
|
"devDependencies": {
|
|
"@types/minimatch": "5.1.2",
|
|
"minimatch": "10.2.2"
|
|
}
|
|
}
|