forked from totvs/ttalk-standard-message
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 728 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 728 Bytes
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
{
"name": "codecov-example-node",
"version": "0.0.1",
"description": "Codecov Example Node",
"main": "validator/test/test.js",
"scripts": {
"test": "mocha -R min validator/test"
},
"repository": {
"type": "git",
"url": "https://github.com/codecov/example-node.git"
},
"author": "Codecov <hello@codecov.io>",
"license": "MIT",
"dependencies": {
"chai": "^4.2.0",
"deepmerge": "^3.0.0",
"execSync": "^1.0.2",
"format-util": "^1.0.3",
"json-schema-ref-parser": "^9.0.6",
"recursive-object-assign": "^1.0.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"codecov": "^1.0.1",
"expect.js": "^0.3.1",
"istanbul": "^0.3.2",
"mocha": "^2.1.0"
}
}