-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 loc) · 1.17 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
43
44
45
46
47
48
{
"name": "github-actions-gitsync",
"version": "1.2.3",
"description": "A workflow action that syncs GitHub and Azure DevOps activities.",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=text --reporter=html --reporter=cobertura mocha -r esm gitsync.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a11smiles/GitSync.git"
},
"keywords": [
"azure",
"devops",
"github",
"issues",
"sync"
],
"author": "a11smiles",
"license": "MIT",
"bugs": {
"url": "https://github.com/a11smiles/GitSync/issues"
},
"homepage": "https://github.com/a11smiles/GitSync#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"azure-devops-node-api": "^11.2.0",
"fs": "^0.0.1-security",
"jsdom": "^20.0.1",
"loglevel": "^1.8.0",
"showdown": "^2.1.0"
},
"devDependencies": {
"chai": "^4.3.6",
"decache": "^4.6.1",
"esm": "^3.2.25",
"jasmine": "^4.3.0",
"jasmine-spec-reporter": "^7.0.0",
"luxon": "^3.0.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0"
}
}