-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 775 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": "mochista",
"version": "0.22.0",
"description": "Mocha + Istanbul in a single process",
"main": "lib",
"bin": "bin/index.js",
"scripts": {
"test": "node bin"
},
"repository": "laggingreflex/mochista",
"dependencies": {
"anymatch": "^3.1.1",
"array.prototype.flat": "^1.2.3",
"arrify": "^2.0.1",
"c8": "^3.0.3",
"camelcase": "^5.3.1",
"dotenv": "^8.2.0",
"file-watch-iterator": "^0.7.0",
"fork-acknowledge": "^0.2.0",
"import-cwd": "^3.0.0",
"intercept-stdout": "^0.1.2",
"merge-async-iterators": "^0.2.1",
"mocha": "^6.2.2",
"mocha-parallel-tests": "^2.2.2",
"parse-gitignore": "^1.0.1",
"streams-to-async-iterator": "^0.4.0",
"untildify": "^4.0.0",
"yargs": "^14.2.2"
}
}