diff options
| author | 2023-04-28 01:36:44 +0800 | |
|---|---|---|
| committer | 2023-04-28 01:36:44 +0800 | |
| commit | dd84b9d64fb98746a230cd24233ff50a562c39c9 (patch) | |
| tree | b583261ef00b3afe72ec4d6dacb31e57779a6faf /packages/turbo-ignore/package.json | |
| parent | 0b46fcd72ac34382387b2bcf9095233efbcc52f4 (diff) | |
| download | HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.tar.gz HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.zip | |
Diffstat (limited to 'packages/turbo-ignore/package.json')
| -rw-r--r-- | packages/turbo-ignore/package.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/turbo-ignore/package.json b/packages/turbo-ignore/package.json new file mode 100644 index 0000000..0fae072 --- /dev/null +++ b/packages/turbo-ignore/package.json @@ -0,0 +1,40 @@ +{ + "name": "turbo-ignore", + "version": "1.9.4-canary.2", + "description": "", + "homepage": "https://turbo.build/repo", + "keywords": [], + "author": "Jared Palmer", + "license": "MPL-2.0", + "repository": { + "type": "git", + "url": "https://github.com/vercel/turbo", + "directory": "packages/turbo-ignore" + }, + "bugs": { + "url": "https://github.com/vercel/turbo/issues" + }, + "files": [ + "dist" + ], + "main": "dist/index.js", + "bin": "dist/index.js", + "scripts": { + "build": "tsup", + "test": "jest", + "lint": "eslint src/**/*.ts", + "check-types": "tsc --noEmit" + }, + "devDependencies": { + "@types/jest": "^27.4.0", + "@types/node": "^16.11.12", + "eslint": "^8.20.0", + "jest": "^27.4.3", + "ts-jest": "^27.1.1", + "@turbo/tsconfig": "workspace:*", + "tsup": "^5.12.1", + "@turbo/test-utils": "workspace:^0.0.0", + "@turbo/utils": "workspace:*", + "typescript": "^4.7.4" + } +} |