* fix: caching deps + add true parallelization to integration tests api * fix: github action * chore: upgrade to yarn berry (#1762) * init migration * remove: yarn.lock from all pkgs * fix: build script in pkgs * adjust yarn config * fix: yarn.lock and yarnrc.yml * fix: github actions * fix: wrong type * fix (medusa-react): use dts-cli instead of tsdx * fix: yarn.lock * fix: yarn v * fix: prepare script * add: comment on why we need to downgrade yarn before medusa-dev * chore: move to Turborepo (#1763) * increase number of parallel nodes * fix (medusa-fulfillment-webshipper): build script * fix: use new version of medusa-dev * fix: rename cache-bootstrap to cache-deps
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "medusa-file-spaces",
|
|
"version": "1.2.3",
|
|
"description": "Digital Ocean Spaces file connector for Medusa",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/medusa-file-spaces"
|
|
},
|
|
"author": "Sebastian Rindom",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.5",
|
|
"@babel/core": "^7.7.5",
|
|
"@babel/node": "^7.7.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
|
"@babel/plugin-transform-instanceof": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
"@babel/preset-env": "^7.7.5",
|
|
"@babel/register": "^7.7.4",
|
|
"@babel/runtime": "^7.9.6",
|
|
"client-sessions": "^0.8.0",
|
|
"cross-env": "^5.2.1",
|
|
"eslint": "^6.8.0",
|
|
"jest": "^25.5.2",
|
|
"medusa-test-utils": "^1.1.37"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d .",
|
|
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
"watch": "babel -w src --out-dir .",
|
|
"test": "jest --passWithNoTests"
|
|
},
|
|
"peerDependencies": {
|
|
"medusa-interfaces": "1.x"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-classes": "^7.9.5",
|
|
"aws-sdk": "^2.710.0",
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"medusa-core-utils": "^1.1.31",
|
|
"medusa-test-utils": "^1.1.37",
|
|
"stripe": "^8.50.0"
|
|
},
|
|
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
|
|
"keywords": [
|
|
"medusa-plugin",
|
|
"medusa-plugin-file"
|
|
]
|
|
}
|