forked from Hemann55/medusa-fulfillment-shiprocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 932 Bytes
/
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
{
"name": "medusa-fulfillment-shiprocket",
"version": "0.0.3",
"description": "Shiprocket fulfillment plugin for MedusaJS",
"author": "Himanshu Walimbe <[email protected]>",
"license": "MIT",
"keywords": [
"medusa",
"shiprocket",
"medusa-fulfillment",
"medusa-plugin",
"ecommerce",
"headless"
],
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "babel src --out-dir . --ignore **/__tests__ --extensions \".ts,.js\"",
"watch": "babel -w src --out-dir . --ignore **/__tests__ --extensions \".ts,.js\""
},
"dependencies": {
"axios": "^1.3.4",
"medusa-core-utils": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@medusajs/medusa": "^1.8.0",
"babel-preset-medusa-package": "^1.1.19",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"medusa-interfaces": "^1.3.7"
}
}