{
    "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"
}
