{
  "name": "@empathyco/x-storage-service",
  "version": "2.0.3-alpha.4",
  "description": "Storage service with TTL",
  "author": "Empathy Systems Corporation S.L.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/empathyco/x/tree/main/packages/storage-service#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/empathyco/x.git",
    "directory": "packages/storage-service"
  },
  "keywords": [
    "storage",
    "cache",
    "service",
    "ttl",
    "local",
    "session"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsc && tsc --project tsconfig.esm.json",
    "build:watch": "tsc --watch",
    "postbuild": "pnpm pack",
    "lint": "eslint --fix",
    "lint:check": "eslint",
    "lint:inspect": "eslint --inspect-config .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "jest",
    "test:unit": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "pnpm run build"
  },
  "dependencies": {
    "tslib": "~2.8.1"
  },
  "devDependencies": {
    "@types/jest": "27.5.0",
    "jest": "27.5.0",
    "ts-jest": "27.1.0",
    "typescript": "4.9.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "559195de30ac702b16f4a12b04002cb7e56f34bb"
}
