-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 KB
/
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
{
"name": "unify-mocha-output",
"version": "2.0.22",
"description": "Adjusts a Mocha output so that it is consistent across platforms and can be used for snapshot testing. Basically adjusts the checkmark symbol and removes time values.",
"keywords": [
"milliseconds"
],
"repository": "dword-design/unify-mocha-output",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <[email protected]>",
"type": "module",
"exports": "./dist/index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test"
},
"dependencies": {
"@dword-design/functions": "^4.0.0"
},
"devDependencies": {
"@dword-design/base": "^9.4.1",
"@dword-design/tester": "^2.0.4",
"@dword-design/tester-plugin-tmp-dir": "^2.0.3",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"mocha": "^10.2.0"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
}
}