-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 912 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 912 Bytes
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
{
"name": "@gitobi/gitobi-shopify-context",
"version": "1.3.0",
"description": "Provide EC feature for gitobi shopify store",
"keywords": [
"gitobi",
"shopify",
"ec"
],
"homepage": "https://github.com/gitobi/gitobi-shopify-context#readme",
"bugs": {
"url": "https://github.com/gitobi/gitobi-shopify-context/issues"
},
"license": "MIT",
"author": "deraru",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/gitobi/gitobi-shopify-context.git"
},
"scripts": {
"build": "babel src -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react": "^16.13.1",
"shopify-buy": "^2.11.0"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/preset-react": "^7.12.13"
},
"engines": {
"node": "^16.15.1",
"npm": " ^8.11.0"
}
}