diff options
| author | 2023-04-28 01:36:44 +0800 | |
|---|---|---|
| committer | 2023-04-28 01:36:44 +0800 | |
| commit | dd84b9d64fb98746a230cd24233ff50a562c39c9 (patch) | |
| tree | b583261ef00b3afe72ec4d6dacb31e57779a6faf /packages/eslint-plugin-turbo/package.json | |
| parent | 0b46fcd72ac34382387b2bcf9095233efbcc52f4 (diff) | |
| download | HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.tar.gz HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.zip | |
Diffstat (limited to 'packages/eslint-plugin-turbo/package.json')
| -rw-r--r-- | packages/eslint-plugin-turbo/package.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/packages/eslint-plugin-turbo/package.json b/packages/eslint-plugin-turbo/package.json new file mode 100644 index 0000000..d19eef2 --- /dev/null +++ b/packages/eslint-plugin-turbo/package.json @@ -0,0 +1,51 @@ +{ + "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" +} |
