UNPKG

@empathyco/x-storage-service

Version:
57 lines (56 loc) 1.36 kB
{ "name": "@empathyco/x-storage-service", "version": "2.0.3-alpha.1", "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", "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" ], "repository": { "type": "git", "url": "https://github.com/empathyco/x.git", "directory": "packages/storage-service" }, "engines": { "node": ">=18" }, "scripts": { "build": "tsc && tsc --project tsconfig.esm.json", "build:watch": "tsc --watch", "postbuild": "pnpm pack", "lint": "eslint . --ext .ts", "test": "jest", "test:unit": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "pnpm run build" }, "dependencies": { "@empathyco/x-logger": "^1.2.0-alpha.11", "tslib": "~2.6.0" }, "devDependencies": { "@types/jest": "27.5.0", "jest": "27.5.0", "ts-jest": "27.1.0", "typescript": "4.9.4" }, "publishConfig": { "access": "public" }, "gitHead": "782271b380929cc378d5414ebeaa98d1e4cd7858" }