{
  "name": "eslint-plugin-server-component-rules",
  "version": "0.0.4",
  "description": "eslint for nextjs server component rule",
  "main": "./plugins/index.js",
  "scripts": {
    "lint": "eslint **/*.{js,ts,tsx}"
  },
  "keywords": [
    "eslint",
    "server-component"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hwangstar156/eslint-plugin-server-component-rules.git"
  },
  "author": "hwangjungmin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hwangstar156/eslint-plugin-server-component-rules/issues"
  },
  "homepage": "https://github.com/hwangstar156/eslint-plugin-server-component-rules#readme",
  "devDependencies": {
    "eslint": "^8.42.0"
  },
  "peerDependencies": {
    "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  }
}
