UNPKG

cloud-agnostic-storage

Version:

A package which enables cloud agnostic storage for a NodeJS project.

23 lines (22 loc) 494 B
{ "name": "cloud-agnostic-storage", "version": "1.2.1", "description": "A package which enables cloud agnostic storage for a NodeJS project.", "main": "./lib/main", "types": "./lib/main", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cloud", "agnostic", "storage" ], "author": "abhaykumar86", "license": "MIT", "devDependencies": { "@types/node": "^22.5.2", "typescript": "^5.5.4" } }