console/rules/package.json
2024-05-23 11:33:53 +02:00

11 lines
207 B
JSON

{
"name": "eslint-plugin-hive",
"version": "0.0.0",
"type": "commonjs",
"private": true,
"main": "index.cjs",
"devDependencies": {
"@types/minimatch": "5.1.2",
"minimatch": "9.0.4"
}
}