-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
37 lines (37 loc) · 910 Bytes
/
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
{
"name": "gatsby-wordpress-themes",
"version": "2.0.9",
"private": true,
"description": "Gatsby WordPress 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",
"serve": "yarn workspace site serve",
"clean": "yarn workspace site clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imranhsayed/gatsby-wordpress-theme.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"gatsby-wordpress-theme",
"wordpress",
"react",
"javascript"
],
"author": "Imran Sayed",
"license": "MIT",
"bugs": {
"url": "https://github.com/imranhsayed/gatsby-wordpress-theme/issues"
},
"homepage": "https://github.com/imranhsayed/gatsby-wordpress-theme#readme"
}