{ "name": "@medusajs/file-local", "version": "1.0.1", "description": "Local file plugin for Medusa", "main": "dist/index.js", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/medusa-file-local" }, "author": "Medusa", "license": "MIT", "devDependencies": { "@medusajs/medusa": "^1.12.0", "cross-env": "^5.2.1", "jest": "^25.5.4", "typescript": "^4.9.5" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", "test": "jest --passWithNoTests src", "build": "tsc", "watch": "tsc --watch" }, "peerDependencies": { "medusa-interfaces": "^1.3.7" }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808", "keywords": [ "medusa-plugin", "medusa-plugin-file" ] }