diff options
Diffstat (limited to 'packages/eslint-plugin-turbo/package.json')
| -rw-r--r-- | packages/eslint-plugin-turbo/package.json | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/packages/eslint-plugin-turbo/package.json b/packages/eslint-plugin-turbo/package.json deleted file mode 100644 index d19eef2..0000000 --- a/packages/eslint-plugin-turbo/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "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" -} |
