aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-workspaces/package.json
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-03 21:25:40 +0800
committer简律纯 <i@jyunko.cn>2023-11-03 21:25:40 +0800
commit9029588590bea8b10451575c5142dcde77ecd1b5 (patch)
tree04cf8aee56c23fd225ff19d340f7cee621d874ef /packages/turbo-workspaces/package.json
parent94071d7ce16c56641d67d488e2bac6be84ffe731 (diff)
downloadHydroRoll-9029588590bea8b10451575c5142dcde77ecd1b5.tar.gz
HydroRoll-9029588590bea8b10451575c5142dcde77ecd1b5.zip
chore: delete useless files
Diffstat (limited to 'packages/turbo-workspaces/package.json')
-rw-r--r--packages/turbo-workspaces/package.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/packages/turbo-workspaces/package.json b/packages/turbo-workspaces/package.json
deleted file mode 100644
index 5dd2490..0000000
--- a/packages/turbo-workspaces/package.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "name": "@turbo/workspaces",
- "version": "1.9.4-canary.2",
- "description": "Tools for working with package managers",
- "homepage": "https://turbo.build/repo",
- "license": "MPL-2.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/vercel/turbo",
- "directory": "packages/turbo-workspaces"
- },
- "bugs": {
- "url": "https://github.com/vercel/turbo/issues"
- },
- "bin": "dist/cli.js",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "scripts": {
- "build": "tsup",
- "dev": "tsup --watch",
- "test": "jest",
- "lint": "eslint src/**/*.ts",
- "check-types": "tsc --noEmit"
- },
- "dependencies": {
- "chalk": "2.4.2",
- "commander": "^10.0.0",
- "execa": "5.1.1",
- "fast-glob": "^3.2.12",
- "fs-extra": "^10.1.0",
- "gradient-string": "^2.0.0",
- "inquirer": "^8.0.0",
- "js-yaml": "^4.1.0",
- "ora": "4.1.1",
- "rimraf": "^3.0.2",
- "semver": "^7.3.5",
- "update-check": "^1.5.4"
- },
- "devDependencies": {
- "@types/chalk-animation": "^1.6.0",
- "@types/fs-extra": "^9.0.13",
- "@types/gradient-string": "^1.1.2",
- "@types/inquirer": "^7.3.1",
- "@types/jest": "^27.4.0",
- "@types/js-yaml": "^4.0.5",
- "@types/node": "^16.11.12",
- "@types/rimraf": "^3.0.2",
- "@types/semver": "^7.3.9",
- "eslint": "^7.23.0",
- "jest": "^27.4.3",
- "semver": "^7.3.5",
- "strip-ansi": "^6.0.1",
- "ts-jest": "^27.1.1",
- "@turbo/tsconfig": "workspace:*",
- "tsup": "^5.10.3",
- "@turbo/test-utils": "workspace:*",
- "@turbo/utils": "workspace:*",
- "typescript": "^4.5.5"
- },
- "files": [
- "dist"
- ],
- "publishConfig": {
- "access": "public"
- }
-}