-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.41 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
{
"name": "clutch-assert",
"version": "0.0.0-semantic-release",
"description": "Combine Ava's assertion API with Power Assert",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Smartcar",
"email": "[email protected]",
"url": "https://smartcar.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartcar/clutch-assert.git"
},
"bugs": {
"url": "https://github.com/smartcar/clutch-assert/issues"
},
"homepage": "https://github.com/smartcar/clutch-assert#readme",
"keywords": [
"ava",
"power-assert",
"assert",
"testing",
"unit",
"test",
"clutch",
"espower",
"empower"
],
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "ava",
"posttest": "npm run lint -s",
"lint": "eslint . --cache",
"cover": "nyc npm test -s"
},
"dependencies": {
"ansi-styles": "^5.2.0",
"chalk": "^4.0.0",
"concordance": "^5.0.0",
"empower": "^1.3.1",
"espower-loader": "^1.2.0",
"is-error": "^2.2.1",
"is-promise": "^4.0.0",
"lodash.isequal": "^4.5.0",
"power-assert-formatter": "^1.4.1",
"trim-off-newlines": "^1.0.1"
},
"devDependencies": {
"ava": "^4.2.0",
"call-signature": "0.0.2",
"eslint": "^8.15.0",
"eslint-config-smartcar": "^3.0.0",
"mockery": "^2.0.0",
"nyc": "^15.0.0",
"semantic-release": "^19.0.2",
"sinon": "^14.0.0"
}
}