Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
246 changes: 246 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@
"build:fix-dts": "node scripts/fix-dts-imports.cjs",
"build:post": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"build": "npm-run-all clean build:cjs build:esm build:fix-esm build:fix-dts build:post",
"attw": "npx @arethetypeswrong/cli --pack --ignore-rules fallback-condition false-esm",
"attw": "attw --pack --ignore-rules fallback-condition false-esm",
"integrity-checks": "npm-run-all clean check test build attw",
"prepublishOnly": "npm run integrity-checks",
"prepare": "npm run build"
},
"overrides": {
"fflate": "0.8.2"
},
"dependencies": {
"camelcase": "6.3.0",
"emoji-regex": "10.6.0",
Expand All @@ -56,6 +59,7 @@
"zod": "4.3.6"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"conventional-changelog-conventionalcommits": "9.3.1",
Expand Down
Loading
Loading