47 lines
1.2 KiB
JSON
47 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": "^2.0.3",
|
|
"@actions/github": "^8.0.1",
|
|
"@octokit/rest": "^21.1.1",
|
|
"@slack/web-api": "^6.9.1",
|
|
"axios": "^1.16.0",
|
|
"uuid": "^14.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@azure/storage-blob": "^12.13.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.17.0",
|
|
"nock": "^13.2.9",
|
|
"prettier": "2.7.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"overrides": {
|
|
"serialize-javascript": "^7.0.5",
|
|
"flatted": "^3.4.2",
|
|
"fast-xml-parser": "^5.5.7"
|
|
}
|
|
}
|