@flystorage/in-memory
Version:
<img src="https://raw.githubusercontent.com/duna-oss/flystorage/main/flystorage.svg" width="50px" height="50px" />
48 lines • 1.38 kB
JSON
{
"name": "@flystorage/in-memory",
"type": "module",
"version": "1.1.0",
"dependencies": {
"@flystorage/file-storage": "^1.1.0",
"file-type": "^20.5.0",
"mime-types": "^3.0.1"
},
"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",
"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": [
"test double",
"memory",
"file",
"storage",
"flystorage",
"filesystem"
],
"author": "Frank de Jonge (https://frankdejonge.nl)",
"homepage": "https://flystorage.dev/adapter/in-memory/",
"repository": {
"type": "git",
"url": "git+https://github.com/duna-oss/flystorage.git",
"directory": "packages/in-memory"
},
"license": "MIT"
}