diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-09 20:04:17 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-09 20:14:01 -0800 |
| commit | 5766583d629af78018a911992dee9a88d63ac60f (patch) | |
| tree | fc43ad7fc10e80097133c4230f0b8bfa035e17d8 /package.json | |
| parent | fd4e7ac4466593605c18b1b5fab4f76db5326520 (diff) | |
| download | canary-5766583d629af78018a911992dee9a88d63ac60f.tar.gz canary-5766583d629af78018a911992dee9a88d63ac60f.zip | |
Adds some logs and uses updated pengueno stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index c99d9b8..41cdc07 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@emprespresso/uptime", + "name": "@emprespresso/canary", "private": true, "type": "module", "version": "0.0.1", - "description": "emprespresso uptime api", + "description": "liz.coffee canary run api", "main": "./dist/index.js", "types": "./dist/lib/index.d.ts", "repository": { @@ -24,7 +24,7 @@ "format:check": "prettier --check ." }, "dependencies": { - "@emprespresso/pengueno": "^0.0.13", + "@emprespresso/pengueno": "^0.0.17", "@hono/node-server": "^1.14.0", "hono": "^4.8.9", "imapflow": "^1.0.194", |
