aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-utils/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-utils/package.json
parent94071d7ce16c56641d67d488e2bac6be84ffe731 (diff)
downloadHydroRoll-9029588590bea8b10451575c5142dcde77ecd1b5.tar.gz
HydroRoll-9029588590bea8b10451575c5142dcde77ecd1b5.zip
chore: delete useless files
Diffstat (limited to 'packages/turbo-utils/package.json')
-rw-r--r--packages/turbo-utils/package.json45
1 files changed, 0 insertions, 45 deletions
diff --git a/packages/turbo-utils/package.json b/packages/turbo-utils/package.json
deleted file mode 100644
index fdaf5f2..0000000
--- a/packages/turbo-utils/package.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "@turbo/utils",
- "version": "0.0.0",
- "private": true,
- "description": "",
- "homepage": "https://turbo.build/repo",
- "keywords": [],
- "author": "Vercel",
- "license": "MPL-2.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/vercel/turbo",
- "directory": "packages/turbo-utils"
- },
- "bugs": {
- "url": "https://github.com/vercel/turbo/issues"
- },
- "module": "dist/index.mjs",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "scripts": {
- "build": "tsup",
- "test": "jest",
- "lint": "eslint src/**/*.ts",
- "check-types": "tsc --noEmit"
- },
- "devDependencies": {
- "@manypkg/find-root": "^1.1.0",
- "@types/jest": "^27.4.0",
- "@types/js-yaml": "^4.0.5",
- "@types/node": "^16.11.12",
- "eslint": "^8.23.0",
- "execa": "5.1.1",
- "fast-glob": "^3.2.12",
- "jest": "^27.4.3",
- "js-yaml": "^4.1.0",
- "json5": "^2.2.3",
- "ts-jest": "^27.1.1",
- "@turbo/tsconfig": "workspace:*",
- "tsup": "^5.12.1",
- "@turbo/test-utils": "workspace:*",
- "@turbo/types": "workspace:*",
- "typescript": "^4.7.4"
- }
-}