-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
{
"name": "gatsby-layout-builder-workspace",
"version": "0.7.4",
"workspaces": [
"demo",
"gatsby-layout-builder"
],
"private": true,
"description": "Gatsby Layout Builder - SEO.",
"author": "Milton Bolonha <miltonbolonha@gmail.com>",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-layout",
"gatsby-builder",
"gatsby-layout-builder",
"gatsby-layout-builder",
"layout-builder",
"seo",
"builder"
],
"scripts": {
"test": "echo \"No test specified\"",
"build": "npm run build -w gatsby-layout-builder",
"clean": "npm run clean -w demo",
"develop": "npm run develop -w demo",
"version": "./build-docs && git add docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuktpls/gatsby-layout-builder.git"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"@nuktpls:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@changesets/cli": "^2.22.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"babel-preset-gatsby": "^2.11.1",
"identity-obj-proxy": "^3.0.0"
},
"bugs": {
"url": "https://github.com/nuktpls/gatsby-layout-builder/issues"
}
}