UNPKG

@node-idempotency/storage-adapter-memory

Version:
32 lines 726 B
{ "name": "@node-idempotency/storage-adapter-memory", "version": "1.0.4", "description": "in memory storage adapter for node-idempotency", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist/" ], "repository": { "type": "git", "url": "https://github.com/mahendraHegde/node-idempotency.git" }, "keywords": [ "memory storage adapter", "idempotency", "node-idempotency" ], "author": "Mahendra Hegde", "license": "MIT", "dependencies": { "@node-idempotency/storage": "1.0.4" }, "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "typecheck": "tsc -b" } }