-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"author": "seven communications GmbH & Co. KG <[email protected]>",
"dependencies": {
"medusa-core-utils": "^1.2.0",
"medusa-test-utils": "^1.1.41",
"sms77-client": "^2.26.0"
},
"description": "seven plugin for Medusa.",
"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",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1"
},
"keywords": [
"medusa",
"medusa-plugin",
"medusa-plugin-notification",
"seven"
],
"license": "MIT",
"main": "index.js",
"name": "@seven.io/medusa",
"peerDependencies": {
"medusa-interfaces": "1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/seven-io/medusa"
},
"scripts": {
"build": "babel src -d .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir ."
},
"version": "0.0.1"
}