UNPKG

@flystorage/local-fs

Version:

<img src="https://raw.githubusercontent.com/duna-oss/flystorage/main/flystorage.svg" width="50px" height="50px" />

53 lines (52 loc) 1.53 kB
{ "name": "@flystorage/local-fs", "type": "module", "version": "1.0.1", "dependencies": { "@flystorage/dynamic-import": "^1.0.0", "@flystorage/file-storage": "^1.0.0", "file-type": "^19.6.0", "mime-types": "^2.1.35" }, "description": "", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.js" } } }, "scripts": { "compile": "rm -rf ./dist/ && concurrently npm:compile:* && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json", "patch": "gsed -i 's/dynamicallyImport(/import(/g' dist/esm/local-file-storage.js", "compile:esm": "tsc --outDir ./dist/esm/ --declaration false", "compile:cjs": "tsc --outDir ./dist/cjs/ --declaration false --module commonjs --moduleResolution node", "compile:types": "tsc --outDir ./dist/types/ --declaration --emitDeclarationOnly", "watch": "tsc --watch" }, "keywords": [ "fs", "file", "storage", "flystorage", "filesystem" ], "author": "Frank de Jonge (https://frankdejonge.nl)", "homepage": "https://flystorage.dev/adapter/local-fs/", "repository": { "type": "git", "url": "git+https://github.com/duna-oss/flystorage.git", "directory": "packages/local-fs" }, "engines": { "node": ">=20.1.0" }, "license": "MIT" }