Files
uv/workers/pypi-metadata/package.json
T
Charlie Marsh 888f42494e Update worker to avoid downloading entire wheel (#168)
The previous solution downloaded the entire wheel in-memory. This
solution reads lazily.

Closes https://github.com/astral-sh/puffin/issues/153.
2023-10-23 01:07:44 +00:00

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"
}
}