-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "expect-more-jest",
"description": "Write Beautiful Specs with Custom Matchers for Jest",
"version": "5.5.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"contributors": [
"Haroen Viaene (https://github.com/Haroenv)"
],
"dependencies": {
"@jest/expect-utils": "29.4.1",
"expect-more": "1.3.0",
"jest-matcher-utils": "29.4.1"
},
"files": [
"dist"
],
"homepage": "https://github.com/JamieMason/expect-more/tree/master/packages/expect-more-jest/#readme",
"keywords": [
"assertions",
"ava",
"bdd",
"expect",
"jasmine",
"jest",
"matchers",
"mocha",
"mock",
"spy",
"tdd",
"test",
"test-matchers",
"testing",
"unit"
],
"license": "MIT",
"main": "dist/index.js",
"repository": "JamieMason/expect-more",
"scripts": {
"prepublish": "cd ../../ && npm run build:expect-more-jest"
},
"typings": "./dist/index.d.ts"
}