-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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": "@jenkins-cd/gatsby-source-jenkinsplugins",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"build": "exit 0",
"test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js"
},
"keywords": [],
"author": "Gavin Mogan <npm@gavinmogan.com> (https://www.gavinmogan.com/)",
"license": "MIT",
"description": "",
"type": "module",
"jest": {
"testMatch": [
"**/*.test.mjs"
],
"globalSetup": "./jest-global-setup.mjs"
},
"dependencies": {
"axios": "^1.7.3",
"axios-retry": "4.5.0",
"cheerio": "^1.0.0-rc.10",
"date-fns": "^4.0.0",
"find-package-json": "^1.2.0",
"gatsby-source-filesystem": "5.14.0",
"p-queue": "^8.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^13.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "^11.0.0",
"unified": "^11.0.0",
"xml2js": "0.6.2"
},
"devDependencies": {
"@babel/preset-env": "7.26.7",
"babel-jest": "29.7.0",
"eslint": "9.19.0",
"jest": "29.7.0",
"nock": "13.5.6"
}
}