-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.39 KB
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
{
"name": "@cloudcmd/stub",
"version": "5.1.0",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "simplest sinon.stub alternative with diff support",
"homepage": "http://github.com/cloudcmd/stub",
"main": "lib/stub.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudcmd/stub.git"
},
"scripts": {
"test": "madrun test",
"test:dts": "madrun test:dts",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report",
"wisdom": "madrun wisdom"
},
"dependencies": {
"jest-diff": "^30.2.0"
},
"keywords": [
"sinon",
"stub",
"async",
"promise",
"calledWith",
"diff",
"tape"
],
"devDependencies": {
"check-dts": "^1.0.0",
"coveralls": "^3.0.0",
"eslint": "^10.7.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^31.4.1",
"madrun": "^13.0.3",
"nodemon": "^3.1.11",
"putout": "^42.9.0",
"redrun": "^13.0.0",
"superc8": "^12.7.0",
"supertape": "^13.4.2",
"try-catch": "^4.0.7",
"try-to-catch": "^4.0.3"
},
"license": "MIT",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}