-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
47 lines (47 loc) · 995 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@faltest/mocha",
"version": "9.0.5",
"description": "A test runner for the @faltest/lifecycle project",
"main": "src",
"files": [
"src"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/CrowdStrike/faltest.git",
"directory": "packages/mocha"
},
"keywords": [
"webdriver"
],
"author": "Kelly Selden",
"license": "MIT",
"bugs": {
"url": "https://github.com/CrowdStrike/faltest/issues"
},
"homepage": "https://github.com/CrowdStrike/faltest/blob/main/packages/mocha#readme",
"engines": {
"node": ">=18.12"
},
"dependencies": {
"@faltest/utils": "^8.0.0",
"choma": "^1.2.1",
"filenamify": "^6.0.0",
"glob": "^11.0.0",
"mocha-helpers": "^9.0.0"
},
"peerDependencies": {
"mocha": ">=6"
},
"devDependencies": {
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"tmp": "0.2.3"
},
"volta": {
"extends": "../../package.json"
}
}