generated from tomchen/example-typescript-package
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fdedded
commit 19fc004
Showing
10 changed files
with
501 additions
and
522 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
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
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
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
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
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
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 |
---|---|---|
|
@@ -3,29 +3,27 @@ | |
"description": "", | ||
"version": "0.2.2", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"types": "dist/index.d.ts", | ||
"author": "Theo Gravity <[email protected]>", | ||
"keywords": [], | ||
"scripts": { | ||
"build": "tsup src/index.ts", | ||
"changeset": "changeset", | ||
"add-changeset": "changeset add", | ||
"clean": "rm -rf node_modules dist", | ||
"debug": "ts-node-dev --inspect -- src/index.ts", | ||
"debug:break": "ts-node-dev --inspect-brk -- src/index.ts", | ||
"lint": "biome check --write --unsafe src && biome format src --write && biome lint src --fix", | ||
"lint-staged": "lint-staged", | ||
"prepare": "husky", | ||
"release": "changeset publish", | ||
"syncpack:update": "syncpack update", | ||
"syncpack:fix": "syncpack fix-mismatches", | ||
"syncpack:update": "syncpack update && syncpack fix-mismatches && pnpm i", | ||
"syncpack:format": "syncpack format", | ||
"syncpack:lint": "syncpack lint", | ||
"test": "vitest run", | ||
|
@@ -34,19 +32,19 @@ | |
"version-packages": "changeset version" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.8.3", | ||
"@biomejs/biome": "1.9.2", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.7", | ||
"@commitlint/cli": "19.3.0", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@types/node": "22.1.0", | ||
"husky": "9.1.4", | ||
"lint-staged": "15.2.7", | ||
"tsup": "8.2.4", | ||
"syncpack": "12.4.0", | ||
"turbo": "2.0.9", | ||
"typescript": "5.5.4", | ||
"vitest": "2.0.5" | ||
"@changesets/cli": "2.27.8", | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "19.5.0", | ||
"@types/node": "22.5.5", | ||
"husky": "9.1.6", | ||
"lint-staged": "15.2.10", | ||
"tsup": "8.3.0", | ||
"syncpack": "13.0.0", | ||
"turbo": "2.1.2", | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.1" | ||
}, | ||
"bugs": "https://github.com/theogravity/example-typescript-package/issues", | ||
"engines": { | ||
|
@@ -66,7 +64,7 @@ | |
"pnpm run syncpack:lint" | ||
] | ||
}, | ||
"packageManager": "pnpm@9.6.0", | ||
"packageManager": "pnpm@9.11.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
Oops, something went wrong.