console/rules/package.json

12 lines
208 B
JSON
Raw Normal View History

{
"name": "eslint-plugin-hive",
"version": "0.0.0",
"type": "commonjs",
"private": true,
2024-05-23 09:33:53 +00:00
"main": "index.cjs",
"devDependencies": {
"@types/minimatch": "5.1.2",
"minimatch": "10.0.1"
2024-05-23 09:33:53 +00:00
}
}