-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
47
{
"name": "strapi-plugin-shopify-fields",
"version": "v4.0.0-beta4",
"description": "Use your Shopify data within Strapi",
"author": {
"name": "@WalkingPizza",
"url": "https://github.com/WalkingPizza"
},
"repository": {
"type": "git",
"url": "https://github.com/strapi-community/strapi-plugin-shopify-fields"
},
"strapi": {
"name": "shopify-fields",
"description": "Use your Shopify data within Strapi",
"kind": "plugin",
"displayName": "Shopify Fields"
},
"license": "MIT",
"dependencies": {
"shopify-api-node": "3.11.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.0",
"lodash": "^4.17.21",
"yup": "^0.32.9"
},
"engines": {
"node": ">=12.x.x <=18.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"eslint": "eslint .",
"eslint:fix": "eslint . --fix"
},
"keywords": [
"strapi",
"strapi plugin",
"shopify",
"custom fields",
"ecommerce"
],
"devDependencies": {
"@strapi-community/eslint-config": "0.4.3",
"eslint": "8.24.0"
}
}