diff options
| author | seth <[email protected]> | 2024-07-29 04:53:25 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-29 04:53:25 -0400 |
| commit | 984f4cfa24ee7e421bb1fbdf5907ae60375cf9ef (patch) | |
| tree | f23c500548bdc82dfe4eb65233327312435ec6b6 /package.json | |
| parent | 9358cb6437bbe257717fe6cfd113aa9c34054c6c (diff) | |
use github contents api for image urls + summer cleaning (#253)
* nix: alejandra -> nixfmt-rfc-style
* nix: pre-commit-hooks -> treefmt-nix
* nix: use corepack
* ci: cleanup workflows
* ci: use better dependabot scopes
* gitignore: extend with github templates
* remove teawie-archive submodule
* pnpm: 8.8.0 -> 9.6.0
* nix: add nrr to shell
* nix: add node lsps to shell
* use github contents api for image urls
* ci: cleanup workflows
* nix: add ci shell
* `octokit` -> `fetch` & cache responses
* nix: use nixpkgs wrangler
* nix: update flake.lock
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/d9c0b9d611277e42e6db055636ba0409c59db6d2' (2024-07-05)
→ 'github:NixOS/nixpkgs/038fb464fcfa79b4f08131b07f2d8c9a6bcc4160' (2024-07-28)
* tsconfig: use strictest
* adopt openapi
* package.json: rename to teawie-api
* nix: add treefmt to ci shell
* ci: add release gate
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 0ad7312..e03b730 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "teawie_api", + "name": "teawie-api", "version": "0.0.1", "type": "module", "private": true, @@ -10,6 +10,7 @@ "fmt": "prettier --write ." }, "dependencies": { + "@hono/zod-openapi": "^0.15.1", "@hono/zod-validator": "^0.2.2", "hono": "^4.5.1", "zod": "^3.23.8" @@ -17,6 +18,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20240718.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", + "@octokit/types": "^13.5.0", "@types/node": "^20.14.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", @@ -28,7 +30,7 @@ "typescript": "^5.5.3", "wrangler": "^3.65.1" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e", "eslintConfig": { "extends": [ "eslint:recommended", |
