-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"name": "@sga/create-toolbox-theme",
"version": "1.0.0-alpha-3",
"description": "Sounds Good Agency's toolbox for frontend Shopify theme development",
"bin": {
"toolbox": "./dist/toolbox.js"
},
"publishConfig": {
"access": "restricted"
},
"scripts": {
"prepare": "npm run build",
"prebuild": "rimraf dist",
"build": "node toolbox.build.js",
"release": "npm run build && npm run changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sounds-Good-Agency/Shopify-Toolbox.git"
},
"keywords": [
"shopify",
"liquid",
"components",
"frontend",
"theme-development"
],
"author": "Sounds Good Agency (package founder: Neria Katz)",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/Sounds-Good-Agency/Shopify-Toolbox/issues"
},
"homepage": "https://github.com/Sounds-Good-Agency/Shopify-Toolbox#readme",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"rimraf": "^5.0.5"
}
}