Initial Commit

This commit is contained in:
2024-11-27 10:10:41 +01:00
commit 3cb015b230
22 changed files with 519 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "aoc",
"type": "module",
"author": "Pascal Syma <pascal@syma.dev> (https://syma.dev/)",
"scripts": {
"format": "prettier --write .",
"check": "prettier --check .",
"test": "bun test",
"test:dev": "bun test --watch"
},
"devDependencies": {
"@types/bun": "latest",
"prettier": "^3.4.0",
"prettier-plugin-organize-imports": "^4.1.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}