@rytass/storages
Version:
Rytass Utils Storages
27 lines (26 loc) • 617 B
JSON
{
"name": "@rytass/storages",
"version": "0.2.7",
"description": "Rytass Utils Storages",
"keywords": [
"rytass",
"storages"
],
"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/file-converter": "^0.1.5",
"file-type": "^21.3.4"
},
"main": "./index.cjs.js",
"module": "./index.js",
"typings": "./index.d.ts"
}