-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·69 lines (69 loc) · 1.78 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"scripts": {
"SEE RUN.SH": "echo SEE RUN.SH",
"test": "jest"
},
"type": "module",
"dependencies": {
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.3.2",
"@hapi/lab": "^25.1.3",
"@michaelray/dedent": "^1.0.0",
"ava": "^5.3.1",
"baretest": "^2.0.0",
"beartest-js": "^5.0.4",
"chai": "^4.3.7",
"chai-better-shallow-deep-equal": "^1.1.1",
"chai-deep-match": "^1.2.1",
"chai-shallow-deep-equal": "^1.4.6",
"chai-subset": "^1.6.0",
"chokidar": "^3.5.3",
"chokidar-cli": "^3.0.0",
"date-fns": "^2.30.0",
"dedent-js": "^1.0.1",
"even-more-min": "^1.0.1",
"expect": "^29.6.1",
"fast-deep-equal": "^3.1.3",
"hot-esm": "^1.6.0",
"hot-import": "^0.2.14",
"jest": "^29.6.1",
"jest-circus": "^29.6.1",
"jest-silent-reporter": "^0.5.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mocha-clearscreen-reporter": "^1.0.1",
"mockdate": "^3.0.5",
"mongodb": "^5.7.0",
"mongodb-memory-server": "^8.13.0",
"node-dev": "^8.0.0",
"nodemon": "^3.0.1",
"npm-compare": "^0.2.0",
"onchange": "^7.1.0",
"pta": "^1.2.0",
"should": "^13.2.3",
"tap": "^16.3.7",
"tap-arc": "^0.3.5",
"tap-bail": "^1.0.0",
"tap-diff2": "^0.2.3",
"tap-difflet": "^0.7.2",
"tap-mocha-reporter": "^5.0.3",
"tap-nirvana": "^1.1.0",
"tap-one": "^0.0.1",
"tap-simple": "^0.3.1",
"tap-spec": "^5.0.0",
"tap-spec-dot": "^0.1.4",
"tap-spot": "^1.1.2",
"tap-summary": "^4.0.0",
"tape": "^5.6.5",
"tape-promise": "^4.0.0",
"tehanu": "^1.0.1",
"tehanu-repo-coco": "^1.0.0",
"tehanu-teas": "^1.0.0",
"unexpected": "^13.1.0",
"uvu": "^0.5.6",
"vitest": "^0.33.0",
"xv": "^2.1.1",
"zora": "^5.2.0",
"zora-reporters": "^1.4.0"
}
}