{
  "name": "@humble-barnacle001/fetch-api-data-action",
  "description": "GitHub action for handling authenticated API requests, allowing you to save the data from the request into your workspace as an environment variable and a .json file.",
  "author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
  "version": "2.2.0",
  "license": "MIT",
  "main": "lib/lib.js",
  "types": "lib/lib.d.ts",
  "root": true,
  "scripts": {
    "build": "rm -rf lib && tsc --declaration",
    "test": "jest",
    "lint": "eslint src/**/*.ts __tests__/**/*.ts",
    "lint:format": "prettier --write './**/*.{ts,js,json,yml,md}' './*.{ts,js,json,yml,md}'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JamesIves/fetch-api-data-action.git"
  },
  "bugs": {
    "url": "https://github.com/JamesIves/fetch-api-data-action/issues"
  },
  "homepage": "https://github.com/JamesIves/fetch-api-data-action",
  "keywords": [
    "actions",
    "api",
    "data",
    "fetch",
    "json",
    "store",
    "ssr",
    "github",
    "github-action"
  ],
  "dependencies": {
    "@actions/core": "1.6.0",
    "@actions/io": "1.1.1",
    "async-retry": "1.3.3",
    "cross-fetch": "3.1.4",
    "mustache": "4.2.0"
  },
  "devDependencies": {
    "@types/async-retry": "1.4.3",
    "@types/jest": "27.4.0",
    "@types/mustache": "4.1.2",
    "@types/node": "17.0.8",
    "@typescript-eslint/eslint-plugin": "5.9.1",
    "@typescript-eslint/parser": "5.9.1",
    "eslint": "8.6.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-jest": "25.3.4",
    "eslint-plugin-prettier": "4.0.0",
    "jest": "27.4.7",
    "jest-circus": "27.4.6",
    "nock": "13.2.2",
    "prettier": "2.5.1",
    "ts-jest": "27.1.2",
    "typescript": "4.5.4"
  }
}
