aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-03 06:01:31 -0800
committerFuwn <[email protected]>2026-02-03 19:34:35 -0800
commit045f329bc0f51ee8212885604b603a332a42bd27 (patch)
tree2cac966531b2f30764078581c684bfe695a21395 /package.json
parentfeat(sdk): Implement Supabase storage adapters (diff)
downloadarchived-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.json6
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]"
}