-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 870 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
{
"version": "0.0.15",
"name": "@bhws/gridsome-source-craft-graphql",
"description": "Craft CMS (GraphQL) source for Gridsome",
"homepage": "https://github.com/sanscheese/gridsome-source-craft-graphql/",
"author": "Ben Sheedy <[email protected]> (http://bensheedy.com/)",
"repository": "https://github.com/sanscheese/gridsome-source-craft-graphql/",
"main": "index.js",
"scripts": {
"release": "standard-version && git push --follow-tags && npm publish"
},
"license": "MIT",
"keywords": [
"gridsome",
"gridsome-plugin",
"source",
"craft",
"craft-cms"
],
"dependencies": {
"fs-extra": "^7.0.0",
"replace": "^1.1.1",
"@gridsome/source-graphql": "^0.1.0"
},
"devDependencies": {
"standard-version": "^7.0.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8.3"
}
}