Initial commit
This commit is contained in:
commit
16a428e396
29 changed files with 7083 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"workspaces": [
|
||||
"./packages/*"
|
||||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"clean": "git clean -dxi --exclude .direnv"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "=2.1.3",
|
||||
"@tsconfig/node-lts": "^22.0.2",
|
||||
"@tsconfig/strictest": "^2.0.5",
|
||||
"@types/deno": "^2.3.0",
|
||||
"@types/node": "^24.2.0",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue