UNPKG

@medusajs/file-local

Version:

Local filesystem file storage for Medusa

42 lines (41 loc) 1.14 kB
{ "name": "@medusajs/file-local", "version": "2.18.0", "description": "Local filesystem file storage for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/medusajs/medusa.git", "directory": "packages/modules/providers/file-local" }, "bugs": { "url": "https://github.com/medusajs/medusa/issues" }, "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "engines": { "node": ">=20" }, "author": "Medusa", "license": "MIT", "scripts": { "test": "../../../../node_modules/.bin/jest --passWithNoTests src", "test:integration": "../../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/[^/]*\\.spec\\.ts\"", "build": "yarn run -T rimraf dist && yarn run -T tsc --build ./tsconfig.json", "watch": "yarn run -T tsc --watch" }, "devDependencies": { "@medusajs/framework": "2.18.0" }, "peerDependencies": { "@medusajs/framework": "2.18.0" }, "keywords": [ "medusa-plugin", "medusa-plugin-file" ] }