initial commit

This commit is contained in:
2025-08-16 19:32:04 -04:00
commit 8a7cf7bb1c
9 changed files with 141 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@techniker-me/pcast-api",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"prettier": "^3.6.2"
},
"peerDependencies": {
"typescript": "^5"
}
}