* chore: Use caret for all Medusa deps * Create wild-balloons-push.md * Address PR feedback * force build order * add missing dep * add missing dev deps * addresses last comments
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "medusa-payment-manual",
|
|
"version": "1.0.23",
|
|
"description": "A dummy payment provider to be used for testing or manual payments",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/medusa-payment-manual"
|
|
},
|
|
"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-proposal-optional-chaining": "^7.12.7",
|
|
"@babel/plugin-transform-classes": "^7.9.5",
|
|
"@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",
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^25.5.4",
|
|
"medusa-interfaces": "^1.3.7",
|
|
"medusa-test-utils": "^1.1.40"
|
|
},
|
|
"scripts": {
|
|
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
"test": "jest --passWithNoTests src",
|
|
"build": "babel src --out-dir . --ignore '**/__tests__','**/__mocks__'",
|
|
"watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'"
|
|
},
|
|
"peerDependencies": {
|
|
"medusa-interfaces": "^1.3.7"
|
|
},
|
|
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
|
|
"keywords": [
|
|
"medusa-plugin",
|
|
"medusa-plugin-payment"
|
|
]
|
|
}
|