@rytass/storages-adapter-local
Version:
Rytass Utils Storages local adapter
31 lines (30 loc) • 705 B
JSON
{
"name": "@rytass/storages-adapter-local",
"version": "0.2.10",
"description": "Rytass Utils Storages local adapter",
"keywords": [
"rytass",
"storages",
"local"
],
"author": "MarshallChiang <ambrosia8286@gmail.com>",
"homepage": "https://github.com/Rytass/Utils#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Rytass/Utils.git"
},
"bugs": {
"url": "https://github.com/Rytass/Utils/issues"
},
"dependencies": {
"@rytass/storages": "^0.2.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/uuid": "^11.0.0"
},
"main": "./index.cjs.js",
"module": "./index.js",
"typings": "./index.d.ts"
}