{
  "name": "@brainstack/memory",
  "version": "1.0.92",
  "description": "A Micro Memory Management",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "brainstack",
    "memory management",
    "micro memory",
    "memory manager",
    "reactive memory",
    "lightweight memory",
    "memory handling",
    "memory control",
    "memory synchronization",
    "memory updates",
    "memory manipulation"
  ],
  "author": "Infini SoftWorld <info@infinisoft.world>",
  "license": "mit",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "set NODE_OPTIONS=--experimental-vm-modules && jest --coverage index.test.ts complete.test.ts association.test.ts",
    "test:dev": "jest --watchAll",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "start": "node dist/index.js",
    "types": "tsc --declaration --outDir ../typings/memory --emitDeclarationOnly"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.7.10",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.4.2"
  },
  "gitHead": "f04baf6db69ba19769785cfa44ee7bba2afb79b8",
  "dependencies": {
    "@brainstack/log": "^1.1.160"
  }
}
