UNPKG

@abstract-filesystem/filesystem

Version:
34 lines (33 loc) 755 B
{ "name": "@abstract-filesystem/filesystem", "version": "0.0.1", "description": "A abstract filesystem", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "tsc -w", "build": "tsc -b" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/abstract-filesystem/filesystem.git" }, "keywords": [ "filesystem", "abstract", "s3", "google", "cloud", "storage" ], "author": "Danh Manh", "license": "MIT", "bugs": { "url": "https://github.com/abstract-filesystem/filesystem/issues" }, "homepage": "https://github.com/abstract-filesystem/filesystem#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }