-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 964 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
{
"name": "gatsby-source-espocrm",
"version": "1.0.1",
"description": "Gatsby Source Plugin for EspoCRM",
"main": "/gatsby-node.js",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"espocrm"
],
"author": "Brian Punzalan <punzalan25brian@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/brianpunzalan/gatsby-source-espocrm.git"
},
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.2.0",
"axios": "^0.21.1",
"crypto": "^1.0.1",
"gatsby-source-filesystem": "^2.0.7",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"babel-preset-gatsby-package": "^0.1.3",
"cross-env": "^5.2.0"
}
}