@rytass/storages-adapter-local
Version:
Rytass Utils Storages local adapter
31 lines (30 loc) • 704 B
JSON
{
"name": "@rytass/storages-adapter-local",
"version": "0.2.4",
"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.1",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/uuid": "^10.0.0"
},
"main": "./index.cjs.js",
"module": "./index.js",
"typings": "./index.d.ts"
}