diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/package.json b/package.json index b74b508..a57879f 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,22 @@ { - "name": "kioku", - "version": "0.1.0", - "description": "An Anki clone", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "typecheck": "tsc --build pkgs/*/tsconfig.json" - }, - "keywords": [], - "author": "nsfisis", - "license": "MIT", - "packageManager": "pnpm@10.23.0", - "type": "module", - "devDependencies": { - "typescript": "^5.9.3" - } + "name": "kioku", + "version": "0.1.0", + "description": "An Anki clone", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "typecheck": "tsc --build pkgs/*/tsconfig.json", + "lint": "biome check .", + "lint:fix": "biome check --write .", + "format": "biome format --write ." + }, + "keywords": [], + "author": "nsfisis", + "license": "MIT", + "packageManager": "pnpm@10.23.0", + "type": "module", + "devDependencies": { + "@biomejs/biome": "^2.3.8", + "typescript": "^5.9.3" + } } |
