rsnext/packages/eslint-plugin-next/package.json
vercel-release-bot 36a1ec62c4 v14.0.5-canary.36
2024-01-03 23:23:02 +00:00

25 lines
525 B
JSON

{
"name": "@next/eslint-plugin-next",
"version": "14.0.5-canary.36",
"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"
}
}