{
  "name": "bunnycdn-storage-api-node-sdk",
  "version": "2.0.0",
  "description": "Node SDK to request BunnyCDN API",
  "main": "./index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha.js",
    "lint": "eslint --fix \"*.js\" && prettier --write \"**/*.js\" \"**/*.js\""
  },
  "author": "steevepay",
  "license": "MIT",
  "dependencies": {
    "rock-req": "5.1.3"
  },
  "devDependencies": {
    "eslint": "9.1.1",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-node": "11.1.0",
    "mocha": "10.4.0",
    "nock": "13.5.4",
    "prettier": "3.2.5"
  },
  "keywords": [
    "bunnycdn",
    "nodejs",
    "storage",
    "SDK",
    "storage API"
  ],
  "bugs": {
    "url": "https://github.com/steevepay/bunnycdn-storage-node-sdk/issues"
  },
  "homepage": "https://github.com/steevepay/bunnycdn-storage-node-sdk",
  "engines": {
    "node": ">=18.20.2"
  }
}
