-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 843 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
34
35
36
37
38
{
"name": "faster-shopify-dev",
"version": "0.0.5",
"main": "bin/index.js",
"license": "MIT",
"author": "baorv <roanvanbao@gmail.com>",
"homepage": "https://github.com/baorv/faster-shopify-dev",
"bugs": {
"url": "https://github.com/baorv/faster-shopify-dev/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:baorv/faster-shopify-dev.git"
},
"keywords": [
"shopify",
"development",
"locally",
"ngrok-replacement"
],
"engines": {
"node": ">=8.6.0"
},
"bin": {
"fashopify": "bin/index.js"
},
"dependencies": {
"http-proxy": "^1.18.0",
"ora": "^4.0.2"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
}
}