Initial commit

This commit is contained in:
2026-06-18 00:54:46 +02:00
commit 72a455c1fd
10 changed files with 555 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "apios",
"private": true,
"type": "module",
"license": "UNLICENSED",
"imports": {
"#/*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js"
}
},
"scripts": {
"watch": "pnpm exec tsc --build --watch"
},
"devDependencies": {
"@effect/language-service": "^0.86.2",
"@types/node": "^24",
"typescript": "^6.0.3"
}
}