forked from searchspring/asana-github-pr-webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "asana-github-pr-webhook",
"version": "0.0.2",
"description": "Puts links from Github into comments on referenced asana tickt",
"scripts": {
"test": "node_modules/standard/bin/cmd.js --fix && node node_modules/jest/bin/jest.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeallthethingz/asana-github-pr-webhook.git"
},
"author": "codeallthethingz",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeallthethingz/asana-github-pr-webhook/issues"
},
"homepage": "https://github.com/codeallthethingz/asana-github-pr-webhook#readme",
"devDependencies": {
"codecov": "^3.1.0",
"get-port": "^5.1.1",
"jest": "^25.1.0",
"standard": "^12.0.1"
},
"dependencies": {
"axios": "^0.18.1",
"debug-with-levels": "0.0.2",
"verify-github-webhook-secret": "^1.0.3",
"xml-escape": "^1.1.0"
},
"standard": {
"env": [
"jest"
]
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}