-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1012 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
38
39
40
41
42
43
44
45
{
"name": "gatsby-source-gooten",
"version": "1.1.12",
"description": "a gatsby source plugin to get data from gooten.com",
"main": "index.js",
"scripts": {
"prepack": "npm run build",
"build": "babel src --out-dir . --ignore **/__tests__ --copy-files",
"watch": "babel --watch src --out-dir . --ignore **/__tests__"
},
"files": [
"*.js",
"apiHandler/*.js",
"src/*.js"
],
"keywords": [
"gatsby",
"gatsby-plugin",
"gooten",
"print",
"print on demand",
"ecom",
"ecommerce",
"dropship",
"dropshipping"
],
"peerDependencies": {
"gatsby": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mrhut10/gatsby-source-gooten.git",
"directory": "/"
},
"author": "Alistair Hutten <ahut10@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"babel-preset-gatsby-package": "^0.2.16"
}
}