Skip to content

Commit

Permalink
Bounty9000 elizaOS#2
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybautista committed Dec 5, 2024
1 parent 3e42dca commit f5026c7
Show file tree
Hide file tree
Showing 33 changed files with 3,968 additions and 34,250 deletions.
6 changes: 6 additions & 0 deletions packages/client-arena/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*

!dist/**
!package.json
!readme.md
!tsup.config.ts
22 changes: 22 additions & 0 deletions packages/client-arena/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "@ai16z/client-arena",
"version": "0.1.4-alpha.3",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "workspace:*",
"glob": "11.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"tsup": "^8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --watch"
},
"peerDependencies": {
"whatwg-url": "7.1.0"
}
}
Loading

0 comments on commit f5026c7

Please sign in to comment.