40 строки
915 B
JSON
40 строки
915 B
JSON
{
|
|
"name": "azure-pipelines-wrapper",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Azure Pipelines Wrapper",
|
|
"author": "Xuhui Miao <xumia@microsoft.com>",
|
|
"license": "ISC",
|
|
"homepage": "https://github.com/azure/sonic-build-web",
|
|
"keywords": [
|
|
"probot",
|
|
"github",
|
|
"probot-app"
|
|
],
|
|
"scripts": {
|
|
"start": "node main.js",
|
|
"start-pm2-no-use": "pm2 start main.js --no-daemon",
|
|
"start-forever-no-use": "forever start ./main.js",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@azure/identity": "^1.5.2",
|
|
"@azure/keyvault-secrets": "^4.3.0",
|
|
"@octokit/rest": "^18.10.0",
|
|
"azure-devops-node-api": "^11.0.1",
|
|
"node-cache": "^5.1.2",
|
|
"probot": "^11.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^26.6.3",
|
|
"nock": "^13.0.5",
|
|
"smee-client": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
}
|
|
}
|