Skip to content

Instantly share code, notes, and snippets.

View Goodwine's full-sized avatar

Carlos (Goodwine) Goodwine

View GitHub Profile
@Goodwine
Goodwine / package.json
Last active August 7, 2024 21:49 — forked from nex3/.gitignore
npm install; npx tsc
{
"dependencies": {
"tar": "^7.4.3",
"minizlib": "^3.0.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "^5.0.2"
}
}