This commit is contained in:
28
benchmarks/harness/package.json
Normal file
28
benchmarks/harness/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@waggle/benchmarks-harness",
|
||||
"version": "0.1.0",
|
||||
"description": "Four-cell ablation harness for Waggle memory + evolution benchmarks",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"main": "dist/runner.js",
|
||||
"bin": {
|
||||
"waggle-bench": "./dist/runner.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "vitest run",
|
||||
"bench": "tsx src/runner.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waggle/agent": "0.1.0",
|
||||
"@waggle/core": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"vitest": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user