diff options
| author | Fuwn <[email protected]> | 2026-02-03 06:01:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-03 19:34:35 -0800 |
| commit | 045f329bc0f51ee8212885604b603a332a42bd27 (patch) | |
| tree | 2cac966531b2f30764078581c684bfe695a21395 /package.json | |
| parent | feat(sdk): Implement Supabase storage adapters (diff) | |
| download | archived-imemio-045f329bc0f51ee8212885604b603a332a42bd27.tar.xz archived-imemio-045f329bc0f51ee8212885604b603a332a42bd27.zip | |
feat(iku): Add grammar-aware formatting checker package
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 a1c5fbf..d1cb03c 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,13 @@ "lint": "biome lint .", "format": "biome format --write .", "check": "biome check --write .", - "test": "turbo test" + "test": "turbo test", + "iku": "pnpm --filter @imemio/iku check" }, "devDependencies": { "@biomejs/biome": "^2.3.13", - "turbo": "^2" + "turbo": "^2", + "typescript": "^5.7.3" }, "packageManager": "[email protected]" } |