-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 1 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
{
"name": "gatsby-storyblok-image",
"version": "0.3.0",
"description": "Adds gatsby-image to Gatsby & Storyblok as a content source.",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "microbundle build",
"watch": "microbundle watch",
"prepare": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"storyblok",
"gatsby-image",
"source-storyblok"
],
"author": "Thom Krupa <[email protected]>",
"homepage": "https://github.com/bejamas/gatsby-storyblok-image#readme",
"repository": "https://github.com/bejamas/gatsby-storyblok-image",
"bugs": {
"url": "https://github.com/bejamas/gatsby-storyblok-image/issues"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.1.4",
"cross-env": "^5.0.5",
"microbundle": "^0.11.0"
}
}