not using pkg yet, but using the prepare step

This commit is contained in:
Isaac Johnson 2026-06-03 08:46:39 -05:00
parent 1d633fe199
commit 56dde66aca
2 changed files with 1523 additions and 0 deletions

1521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"prepare": "tsc",
"start": "node dist/index.js", "start": "node dist/index.js",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
@ -19,6 +20,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.11.0", "@types/node": "^20.11.0",
"pkg": "^5.8.1",
"typescript": "^5.3.3" "typescript": "^5.3.3"
} }
} }