48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "medusa-plugin-contentful",
|
|
"version": "1.0.0-alpha.27",
|
|
"description": "Contentful plugin for Medusa Commerce",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/medusa-plugin-contentful"
|
|
},
|
|
"author": "Oliver Juhl",
|
|
"license": "AGPL-3.0-or-later",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d .",
|
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
|
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
|
"test": "jest"
|
|
},
|
|
"peerDependencies": {
|
|
"medusa-interfaces": "1.x"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-classes": "^7.9.5",
|
|
"body-parser": "^1.19.0",
|
|
"contentful-management": "^5.27.1",
|
|
"express": "^4.17.1",
|
|
"medusa-core-utils": "^1.0.0-alpha.27",
|
|
"medusa-test-utils": "^1.0.0-alpha.27",
|
|
"redis": "^3.0.2"
|
|
},
|
|
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
|
|
}
|