{
"name": "edgeclaw-memory-core",
"version": "0.0.0",
"private": true,
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@types/node": "^22.14.1",
"typescript": "^5.9.3"
}
}