feat: tool description + types

This commit is contained in:
aryan
2024-12-25 04:26:06 +05:30
parent d81d17e2fd
commit 737d5ce86b
7 changed files with 64 additions and 80 deletions

View File

@@ -7,7 +7,8 @@
"scripts": {
"build": "tsc",
"docs": "typedoc src --out docs",
"test": "ts-node test/**/*.ts",
"test": "ts-node test/index.ts",
"test:domain": "ts-node test/domain_methods.test.ts",
"generate": "ts-node src/utils/keypair.ts"
},
"engines": {