medusa-file-pinata
Version:
A plugin to store files in pinata.
77 lines (76 loc) • 1.76 kB
JSON
{
"name": "medusa-file-pinata",
"version": "0.0.10174",
"description": "A plugin to store files in pinata.",
"author": "",
"license": "",
"keywords": [
"storage",
"plugin",
"medusa-plugin",
"medusa-plugin-storage",
"typescript",
"pinata",
"medusa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/happyjamstack/medusa-file-pinata.git#main"
},
"scripts": {
"clean": "cross-env cp -r ./src/services/pinata-file.js ./dist/services/pinata-file.js",
"test": "cross-env jest"
},
"peerDependencies": {
"@medusajs/medusa": "^1.20.2"
},
"dependencies": {
"@medusajs/admin": "7.1.11",
"@pinata/sdk": "^2.1.0",
"@types/multer": "^1.4.11",
"cross-fetch": "^4.0.0",
"ramda": "^0.30.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.20.2",
"@medusajs/medusa-cli": "^1.3.21",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/ramda": "^0.30.0",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"jest": "^27.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"typeorm": "^0.3.16",
"typescript": "^4.5.2"
},
"jest": {
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.spec.json"
}
},
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/node_modules/"
],
"rootDir": "src",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
"transform": {
".ts": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "./coverage",
"testEnvironment": "node"
}
}