Initial commit

This commit is contained in:
2026-02-12 00:47:15 +01:00
commit 7ab8f5f4e0
6 changed files with 934 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "viem-lecture",
"version": "1.0.0",
"dependencies": {
"prompts": "^2.4.2",
"viem": "^2.45.3"
},
"devDependencies": {
"@types/node": "^25.2.3",
"@types/prompts": "^2.4.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}