A lightweight TypeScript utility to persist data in the filesystem with support for:
- ✅ Caching
- ✅ JSON serialization
- ✅ AES-256 encryption
- ✅ Automatic directory creation
- ✅ Initial data fallback
Make sure you're using Node.js and TypeScript.
Install the Node.js types if you haven't:
npm install --save-dev @types/node