-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.54 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.54 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "milisync",
"version": "1.6.7",
"description": "Theme CLI for Shopify",
"type": "module",
"bin": {
"milisync": "bin/index.js"
},
"files": [
"bin/",
"lib/",
"locales/",
"templates/",
"dist/"
],
"scripts": {
"build": "node esbuild.cjs",
"prepublishOnly": "npm run build",
"test": "echo \"No tests specified\" && exit 0",
"prepare": "husky install"
},
"dependencies": {
"@actions/core": "^1.11.1",
"chalk": "^5.3.0",
"dotenv": "^16.5.0",
"esbuild": "^0.25.0",
"fetch": "^1.1.0",
"inquirer": "^12.6.3",
"node-fetch": "^3.3.2",
"openai": "^5.1.1",
"ora": "^8.2.0",
"semantic-release": "^24.2.3",
"simple-git": "^3.28.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@semantic-release/git": "github:semantic-release/git",
"eslint": "^8.56.0",
"husky": "^9.1.7",
"prettier": "^3.1.0"
},
"keywords": [
"shopify",
"theme",
"cli",
"development",
"automation",
"github-actions"
],
"author": "Numa Trachsel-Bourbeau",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mili-stack/theme-cli.git"
},
"bugs": {
"url": "https://github.com/mili-stack/theme-cli/issues"
},
"homepage": "https://github.com/mili-stack/theme-cli#readme",
"engines": {
"node": ">=18.0.0"
}
}