-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 KB
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
{
"name": "shopitheme",
"version": "1.0.0",
"description": "A Node.js cli tool for interacting with Shopify themes",
"scripts": {
"build": "scripty",
"build:babel": "scripty",
"build:clean": "scripty",
"build:dev": "scripty",
"test": "scripty",
"watch": "scripty"
},
"bin": {
"shopitheme": "build/bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artcommacode/shopitheme.git"
},
"keywords": [
"shopify",
"themes",
"cli",
"watch"
],
"author": "@artcommacode",
"license": "ISC",
"bugs": {
"url": "https://github.com/artcommacode/shopitheme/issues"
},
"homepage": "https://github.com/artcommacode/shopitheme#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-stage-2": "^6.13.0",
"eslint": "^3.2.2",
"eslint-plugin-flowtype": "^2.4.0",
"flow-bin": "^0.30.0",
"nodemon": "^1.10.0",
"rimraf": "^2.5.4"
},
"dependencies": {
"chalk": "^1.1.3",
"js-yaml": "^3.6.1",
"minimist": "^1.2.0",
"opn": "^4.0.2",
"scripty": "^1.6.0"
}
}