{
  "name": "@wmfs/sharepoint",
  "version": "1.62.0",
  "description": "A library that allows Node.js applications to interact with a Sharepoint Online site",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/sharepoint#readme",
  "keywords": [
    "sharepoint",
    "tymly",
    "package"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/sharepoint.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/sharepoint/issues"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "@azure/msal-node": "3.6.3",
    "axios": "1.15.0",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "chai": "4.5.0",
    "mocha": "11.7.5",
    "dotenv": "17.4.1",
    "codecov": "3.8.3",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "cz-conventional-changelog": "3.3.0",
    "nyc": "18.0.0",
    "standard": "17.1.2",
    "semantic-release": "25.0.3",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@semantic-release/git": "10.0.1"
  },
  "scripts": {
    "lint": "standard",
    "test": "nyc mocha",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
