-
Notifications
You must be signed in to change notification settings - Fork 308
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "gatsby-woocommerce-themes",
"version": "2.0.1",
"private": true,
"description": "Gatsby WooCommerce Theme Project",
"main": "index.js",
"workspaces": [
"site",
"packages/*"
],
"scripts": {
"dev": "yarn workspace site dev",
"dev:clean": "yarn workspace site dev:clean",
"build": "yarn workspace site build",
"build:clean": "yarn workspace site build:clean",
"serve": "yarn workspace site serve",
"clean": "yarn workspace site clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imranhsayed/gatsby-woocommerce-themes.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"gatsby-woocommerce-theme",
"woocommerce",
"wordpress",
"react",
"javascript"
],
"author": "Imran Sayed",
"license": "MIT",
"bugs": {
"url": "https://github.com/imranhsayed/gatsby-woocommerce-themes/issues"
},
"homepage": "https://github.com/imranhsayed/gatsby-woocommerce-themes#readme",
"dependencies": {}
}