-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
59 lines (59 loc) · 1.36 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "quickshot",
"description": "A shopify theme synchronizer",
"version": "4.0.3",
"type": "module",
"homepage": "https://github.com/internalfx/quickshot",
"author": {
"name": "InternalFX",
"url": "https://github.com/internalfx"
},
"repository": {
"type": "git",
"url": "git://github.com/internalfx/quickshot/quickshot.git"
},
"bugs": {
"url": "https://github.com/internalfx/quickshot/issues"
},
"license": "ISC",
"keywords": [
"cli",
"command line"
],
"bin": {
"qs": "./bin/quickshot.js",
"quickshot": "./bin/quickshot.js"
},
"main": "index.js",
"engines": {
"node": ">=0.12"
},
"scripts": {
"test": "mocha -R test"
},
"dependencies": {
"await-lock": "^2.2.2",
"bluebird": "^3.7.2",
"chokidar": "^3.5.3",
"colors": "^1.4.0",
"gitignore-parser": "^0.0.2",
"glob": "^7.2.2",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"moment": "^2.29.3",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"require-all": "^3.0.0"
},
"devDependencies": {
"eslint": "8.0.1",
"eslint-config-standard": "17.0.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0"
},
"packageManager": "[email protected]"
}