@abstract-filesystem/filesystem
Version:
A abstract filesystem
34 lines (33 loc) • 755 B
JSON
{
"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/"
}
}