Add biome

This commit is contained in:
Endeavorance 2025-04-06 19:28:42 -04:00
parent 09d25c926c
commit 6479d09196
9 changed files with 586 additions and 538 deletions

View file

@ -5,14 +5,13 @@
"types": "./dist/index.d.ts",
"scripts": {
"build": "bun run ./build.ts",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"fmt": "biome check --fix"
},
"keywords": [],
"author": "Endeavorance <hello@endeavorance.camp> (https://endeavorance.camp)",
"license": "CC BY-NC-SA 4.0",
"files": [
"dist"
],
"files": ["dist"],
"type": "module",
"devDependencies": {
"@types/bun": "latest",
@ -20,5 +19,8 @@
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@biomejs/biome": "^1.9.4"
}
}