Add author and license information to package.json; create .npmignore file

This commit is contained in:
2026-02-05 07:36:03 +01:00
parent 21b469c118
commit 7c2228ec5b
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,11 @@
"@microsoft/microsoft-graph-client": "^3.0.7",
"azure-devops-node-api": "^15.1.2"
},
"author": {
"name": "Sławomir Koszewski",
"email": "slawek@koszewscy.waw.pl"
},
"license": "MIT",
"exports": {
".": "./src/index.js",
"./azure": "./src/azure/index.js",