UNPKG

node-swiftclient

Version:

A Node.js client library for interacting with OpenStack Swift Object Storage

41 lines 963 B
{ "name": "node-swiftclient", "description": "A Node.js client library for interacting with OpenStack Swift Object Storage", "version": "1.3.2", "author": "Daniel Beck (https://github.com/dcbeck)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dcbeck/node-swiftclient" }, "keywords": [ "openstack", "swift", "client", "api", "object-storage", "nodejs", "cloud", "object", "storage" ], "bugs": { "url": "https://github.com/dcbeck/node-swiftclient/issues" }, "homepage": "https://github.com/dcbeck/node-swiftclient#readme", "engines": { "node": ">=18.0.0" }, "exports": { "./package.json": "./package.json", ".": { "module": "./index.esm.js", "types": "./index.d.ts", "import": "./index.cjs.mjs", "default": "./index.cjs.js" } }, "module": "./index.esm.js", "main": "./index.cjs.js", "types": "./index.d.ts" }