Update package.json to include the repository key (#140)

With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources.
We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your `package.json` REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information.
Published NPM packages with repository information:
	*azure-kusto-ingest

Co-authored-by: Amit Shalev <62893886+amshalev@users.noreply.github.com>
This commit is contained in:
Microsoft Provenance Contributions 2021-07-11 00:21:49 -07:00 коммит произвёл GitHub
Родитель 5aa6366ed4
Коммит cd1663146c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,11 @@
"e2e": "npm run build && mocha --require ts-node/register test/e2eTests/e2eTest.ts",
"allTests": "npm run build && mocha --timeout 240000 --recursive --require ts-node/register"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-kusto-node.git",
"directory": "azure-kusto-ingest"
},
"author": "",
"license": "ISC",
"dependencies": {