46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "vscode-cpptools-github-triage-actions",
|
|
"version": "1.0.0",
|
|
"description": "GitHub Actions used by VS Code cpptools for triaging issues",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint -c .eslintrc --fix --ext .ts .",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/github": "^5.0.3",
|
|
"@octokit/rest": "^19.0.3",
|
|
"@slack/web-api": "^6.7.2",
|
|
"applicationinsights": "^2.3.1",
|
|
"axios": "^0.27.2",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@azure/storage-blob": "^12.11.0",
|
|
"@types/chai": "^4.3.3",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/yargs": "^17.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.1",
|
|
"mocha": "^10.0.0",
|
|
"mongodb": "^4.8.1",
|
|
"nock": "^13.2.9",
|
|
"prettier": "2.7.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"resolutions": {
|
|
"minimatch": "^3.0.5"
|
|
}
|
|
}
|