-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.62 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
{
"name": "mock-import",
"version": "4.2.0",
"type": "module",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "Mocking of Node.js EcmaScript modules",
"main": "./lib/mock-import.js",
"exports": {
".": "./lib/mock-import.js",
"./register": "./lib/register.js"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/mock-import.git"
},
"keywords": [
"mock",
"import"
],
"scripts": {
"test": "madrun test",
"test:dts": "madrun test:dts",
"coverage": "madrun coverage",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"wisdom": "madrun wisdom",
"report": "madrun report",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:tape": "madrun watch:tape",
"watch:coverage": "madrun watch:coverage"
},
"dependencies": {
"estrace": "^5.0.0",
"putout": "^36.0.2",
"try-catch": "^3.0.0",
"try-to-catch": "^3.0.0"
},
"license": "MIT",
"devDependencies": {
"@cloudcmd/stub": "^4.0.1",
"@putout/eslint-flat": "^2.0.0",
"@putout/test": "^11.0.0",
"c8": "^10.1.2",
"check-dts": "^0.8.0",
"escover": "^4.0.1",
"eslint": "^9.4.0",
"eslint-plugin-putout": "^22.1.0",
"madrun": "^10.0.0",
"mock-require": "^3.0.3",
"nodemon": "^3.0.1",
"runsome": "^1.0.0",
"supertape": "^10.0.0",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18.6"
},
"publishConfig": {
"access": "public"
}
}