forked from codecov/codecov-circleci-orb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 817 Bytes
/
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
{
"name": "codecov-circleci-orb",
"version": "3.2.5",
"description": "Codecov CircleCI Orb",
"main": "index.js",
"devDependencies": {
"@types/mocha": "^9.1.0",
"chai": "^4.3.6",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"typescript": "^4.5.5"
},
"scripts": {
"pretest": "tsc -p .",
"test": "nyc mocha",
"posttest": "nyc report --reporter=json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecov/codecov-circleci-orb.git"
},
"keywords": [
"codecov",
"typescript",
"example",
"code",
"coverage"
],
"author": "Thomas Hu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codecov/codecov-circleci-orb/issues"
},
"homepage": "https://github.com/codecov/codecov-circleci-orb#readme"
}