{ "name": "eslint-plugin-turbo", "version": "1.9.4-canary.2", "description": "ESLint plugin for Turborepo", "keywords": [ "turbo", "eslint", "turborepo", "eslintplugin", "eslint-plugin" ], "repository": { "type": "git", "url": "https://github.com/vercel/turbo", "directory": "packages/eslint-plugin-turbo" }, "bugs": { "url": "https://github.com/vercel/turbo/issues" }, "author": "Vercel", "main": "./dist/index.js", "files": [ "dist/**" ], "scripts": { "release": "pnpm build && pnpm publish", "test": "jest", "build": "tsup", "check-types": "tsc --noEmit", "lint": "eslint lib/**/*.ts" }, "devDependencies": { "@types/eslint": "^8.4.5", "@types/estree": "^1.0.0", "@types/jest": "^27.4.0", "@types/node": "^16.11.12", "jest": "^27.4.3", "json5": "^2.2.1", "ts-jest": "^27.1.1", "@turbo/tsconfig": "workspace:*", "tsup": "^6.2.0", "@turbo/test-utils": "workspace:*", "@turbo/types": "workspace:*", "@turbo/utils": "workspace:*", "typescript": "^4.7.4" }, "peerDependencies": { "eslint": ">6.6.0" }, "license": "MPL-2.0" }