forked from kolossal-io/gatsby-source-personio-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 948 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-personio-xml",
"version": "1.1.0",
"description": "Gatsby source plugin to use a Personio XML feed as a data source",
"main": "gatsby-node.js",
"scripts": {
"build": "babel src --out-dir .",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kolossal-io/gatsby-source-personio-xml.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"personio",
"xml"
],
"author": "Marijan Barkic <marijan@kolossal.io>",
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "^0.7.5",
"axios": "^0.22.0",
"xpath": "^0.0.32"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8"
},
"bugs": {
"url": "https://github.com/kolossal-io/gatsby-source-personio-xml/issues"
},
"homepage": "https://github.com/kolossal-io/gatsby-source-personio-xml#readme"
}