888f42494e
The previous solution downloaded the entire wheel in-memory. This solution reads lazily. Closes https://github.com/astral-sh/puffin/issues/153.
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"name": "api",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20230914.0",
|
|
"typescript": "^5.2.2",
|
|
"wrangler": "2.0.27"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "wrangler dev",
|
|
"deploy": "wrangler publish",
|
|
"fmt": "prettier --cache -w ."
|
|
},
|
|
"dependencies": {
|
|
"@zip.js/zip.js": "^2.7.30",
|
|
"install": "^0.13.0",
|
|
"npm": "^10.2.1",
|
|
"prettier": "^3.0.3"
|
|
}
|
|
}
|