UNPKG

@wmfs/sharepoint

Version:

A library that allows Node.js applications to interact with a Sharepoint Online site

55 lines (54 loc) 1.41 kB
{ "name": "@wmfs/sharepoint", "version": "1.60.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.11.0", "uuid": "11.1.0" }, "devDependencies": { "chai": "4.5.0", "mocha": "11.7.1", "dotenv": "17.2.0", "codecov": "3.8.3", "conventional-changelog-conventionalcommits": "9.1.0", "cz-conventional-changelog": "3.3.0", "nyc": "17.1.0", "standard": "17.1.2", "semantic-release": "24.2.7", "@semantic-release/changelog": "6.0.3", "@semantic-release/release-notes-generator": "14.0.3", "@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" } }