forked from tinglesoftware/dependabot-azure-devops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "dependabot-azure-devops",
"version": "1.0.0",
"description": "Dependabot Azure DevOps task",
"main": "''",
"scripts": {
"mv:prod": "cp -r node_modules task/node_modules",
"build": "tsc -p .",
"build:prod": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tinglesoftware/dependabot-azure-devops.git"
},
"keywords": [
"dependabot",
"azure",
"devops"
],
"author": "Tingle Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/tinglesoftware/dependabot-azure-devops/issues"
},
"homepage": "https://github.com/tinglesoftware/dependabot-azure-devops#readme",
"dependencies": {
"axios": "^1.4.0",
"azure-pipelines-task-lib": "^4.3.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/js-yaml": "^4.0.3",
"@types/node": "^18.16.0",
"@types/q": "^1.5.5",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"ts-node": "^10.9.1"
}
}