-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"name": "gridsome-source-confluence",
"version": "1.3.0",
"description": "Confluence source for Gridsome",
"author": "Jeffrey van den Hondel",
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jeffreyvdhondel/gridsome-source-confluence.git"
},
"files": [
"lib"
],
"keywords": [
"gridsome",
"gridsome-plugin",
"gridsome-source",
"confluence"
],
"scripts": {
"develop": "tsc --watch",
"build": "tsc",
"prepublish": "yarn build"
},
"dependencies": {
"axios": "^0.21.1",
"axios-retry": "^4.4.1",
"confluence-api": "^1.4.0",
"nanoid": "^3.1.25",
"node-html-parser": "^4.1.3",
"slugify": "^1.6.0"
},
"devDependencies": {
"@types/node": "^16.4.12",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"typescript": "^4.3.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}