-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
{
"name": "test-coverage-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"cli-test": "lib/commands/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-decorators": "^7.20.2",
"@babel/plugin-transform-typescript": "^7.20.2",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@istanbuljs/schema": "^0.1.3",
"babel-preset-typescript": "7.0.0-alpha.19",
"bluebird": "^3.7.2",
"convert-source-map": "^2.0.0",
"glob": "^8.0.3",
"istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-instrument": "^5.2.1",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.1.5",
"make-dir": "^3.1.0",
"p-map": "4.0.0",
"typescript": "^4.9.3",
"util": "^0.12.5",
"vue-template-compiler": "^2.7.14",
"yargs": "^17.6.2"
}
}