feat: cleanup package.json

This commit is contained in:
lucas-neynar
2025-03-11 16:38:58 -07:00
parent 692938fab9
commit 022761831b
2 changed files with 10 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ async function init() {
delete packageJson.repository;
delete packageJson.license;
delete packageJson.bin;
delete packageJson.files;
fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2));
// Remove the bin directory