{
  "name": "@rocket.chat/memo",
  "version": "0.31.25",
  "description": "Memoization utilities",
  "keywords": [
    "memoize"
  ],
  "author": {
    "name": "Rocket.Chat",
    "url": "https://rocket.chat/"
  },
  "homepage": "https://github.com/RocketChat/fuselage#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketChat/fuselage.git",
    "directory": "packages/memo"
  },
  "bugs": {
    "url": "https://github.com/RocketChat/fuselage/issues"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "run .:build:esm && run .:build:cjs",
    ".:build:esm": "tsc -p tsconfig-esm.json",
    ".:build:cjs": "tsc -p tsconfig-cjs.json",
    "lint": "lint",
    "lint-and-fix": "lint-and-fix",
    "lint-staged": "lint-staged",
    "test": "jest --runInBand",
    "docs": "typedoc",
    "bump-next": "bump-next"
  },
  "devDependencies": {
    "@rocket.chat/eslint-config-alt": "^0.31.25",
    "@rocket.chat/prettier-config": "^0.31.25",
    "@types/jest": "~29.5.0",
    "bump": "^0.31.25",
    "eslint": "~8.38.0",
    "jest": "~29.5.0",
    "lint-all": "^0.31.25",
    "lint-staged": "~13.2.1",
    "prettier": "~2.8.7",
    "rimraf": "~3.0.2",
    "ts-jest": "~29.1.0",
    "typedoc": "~0.24.1",
    "typescript": "~5.0.4"
  },
  "eslintConfig": {
    "extends": "@rocket.chat/eslint-config-alt/typescript",
    "env": {
      "jest": true
    }
  },
  "prettier": "@rocket.chat/prettier-config/fuselage",
  "jest": {
    "preset": "ts-jest",
    "errorOnDeprecated": true,
    "testMatch": [
      "<rootDir>/src/**/*.spec.ts"
    ]
  },
  "gitHead": "0fbbc58bf5cf2ec70e9dda23f099a8ae77e8014e"
}
