{
  "name": "@adobe/fastly-native-promises",
  "version": "3.1.4",
  "description": "Promise based Fastly API client for Node.js",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "commit": "npm run lint && npm run docs && git-cz",
    "test": "c8 mocha -p",
    "lint": "eslint .",
    "junit": "c8 mocha --no-color --exit -R xunit --reporter-option output=junit/test-results.xml",
    "docs": "jsdoc2md --files src/*.js -t README.md.hbs -d 3 > README.md",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --no-ci --branches $CI_BRANCH",
    "prepare": "husky"
  },
  "exports": {
    ".": "./src/index.js",
    "./loghelpers": "./src/log-helpers.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/fastly-native-promises.git"
  },
  "keywords": [
    "fastly",
    "promises",
    "api",
    "client",
    "cdn"
  ],
  "author": "Philipp Schulte <philipp.schulte@ymail.com> (http://www.philippschulte.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adobe/fastly-native-promises/issues"
  },
  "homepage": "https://github.com/adobe/fastly-native-promises#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "mocha": {
    "recursive": "true",
    "require": [
      "test/setup-env.js"
    ]
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "3.0.28",
    "@eslint/config-helpers": "0.6.0",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "c8": "11.0.0",
    "commitizen": "4.3.2",
    "cz-conventional-changelog": "3.3.0",
    "dotenv": "17.4.2",
    "eslint": "9.39.4",
    "eslint-plugin-jsdoc": "62.9.0",
    "expect": "30.4.1",
    "husky": "9.1.7",
    "junit-report-builder": "5.1.2",
    "lint-staged": "16.4.0",
    "lodash": "4.18.1",
    "mocha": "11.7.6",
    "nock": "14.0.15",
    "semantic-release": "25.0.5"
  },
  "dependencies": {
    "@adobe/fetch": "4.3.0",
    "form-data": "4.0.6",
    "object-hash": "3.0.0"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.js": "eslint"
  }
}
