rsnext/packages/eslint-plugin-next/package.json
vercel-release-bot f19dabbc6d v13.5.6-canary.4
2023-10-17 21:22:19 +00:00

25 lines
524 B
JSON

{
"name": "@next/eslint-plugin-next",
"version": "13.5.6-canary.4",
"description": "ESLint plugin for Next.js.",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"url": "vercel/next.js",
"directory": "packages/eslint-plugin-next"
},
"files": [
"dist"
],
"dependencies": {
"glob": "7.1.7"
},
"devDependencies": {
"@types/glob": "7.1.1",
"eslint": "7.24.0"
},
"scripts": {
"build": "swc -d dist src",
"prepublishOnly": "cd ../../ && turbo run build"
}
}