forked from Printfly/gatsby-source-yotpo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "gatsby-source-yotpo",
"version": "0.8.3",
"description": "Source plugin for pulling reviews from Yotpo",
"scripts": {
"prepublish": "npm run build",
"build": "babel src --out-dir .",
"format": "prettier --trailing-comma all --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "babel -w src --out-dir ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Printfly/gatsby-source-yotpo.git"
},
"author": "Mac Morgan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Printfly/gatsby-source-yotpo/issues"
},
"homepage": "https://github.com/Printfly/gatsby-source-yotpo#readme",
"dependencies": {
"gatsby-node-helpers": "^0.3.0",
"request": "^2.83.0"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"prettier": "^1.5.3"
}
}