-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02d6c2b
commit 4e39665
Showing
2 changed files
with
4,400 additions
and
5,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,21 @@ | |
"author": "Hiroki Osame <[email protected]>", | ||
"private": true, | ||
"files": [], | ||
"packageManager": "pnpm@9.2.0", | ||
"packageManager": "pnpm@8.15.8", | ||
"scripts": { | ||
"bench": "tsx packages/bench/benchmark/cli.ts", | ||
"bench-all": "tsx packages/bench/benchmark-all/cli.ts", | ||
"update-readme": "tsx packages/data/update-readme/index.ts", | ||
"lint": "lint --cache . --ignore-pattern results", | ||
"lint": "lintroll --cache . --ignore-pattern results", | ||
"type-check": "tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
"@minification-benchmarks/artifacts": "*", | ||
"@minification-benchmarks/minifiers": "*", | ||
"@minification-benchmarks/utils": "*", | ||
"@pvtnbr/eslint-config": "^1.2.1", | ||
"@total-typescript/ts-reset": "^0.5.1", | ||
"@types/node": "^20.12.5", | ||
"eslint": "^8.57.0", | ||
"lintroll": "^1.6.1", | ||
"tsx": "^4.7.2", | ||
"typescript": "^5.4.4" | ||
}, | ||
|
Oops, something went wrong.