generated from ExpediaGroup/new-project
-
Notifications
You must be signed in to change notification settings - Fork 2
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
34a1a44
commit d438c90
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "cypress-codegen", | ||
"packageManager": "[email protected]", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.mts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"bin": { | ||
"cypress-codegen": "dist/cli.mjs" | ||
"cypress-codegen": "dist/cli.js" | ||
}, | ||
"files": [ | ||
"dist", | ||
|
@@ -24,7 +24,7 @@ | |
"@babel/types": "7.24.7", | ||
"@babel/generator": "7.24.7", | ||
"@types/babel__generator": "7.6.8", | ||
"chalk": "5.3.0", | ||
"chalk": "4.1.2", | ||
"commander": "12.1.0", | ||
"glob": "10.4.2", | ||
"prettier": "3.3.2" | ||
|
@@ -52,7 +52,7 @@ | |
"vite": "5.3.1" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts src/cli.ts --clean --dts --format esm --splitting false", | ||
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs", | ||
"cypress:open": "cypress open", | ||
"cypress:component": "cypress run --component", | ||
"cypress:e2e": "cypress run", | ||
|
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