This commit is contained in:
25
packages/weaver/package.json
Normal file
25
packages/weaver/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@waggle/weaver",
|
||||
"version": "0.1.0",
|
||||
"description": "Waggle weaver — Memory consolidation engine",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waggle/core": "*"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user