-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 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
{
"name": "win32",
"version": "8.0.0",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Windows specific node functions",
"homepage": "http://github.com/coderaiser/win32",
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/win32.git"
},
"main": "lib/win32.js",
"scripts": {
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"report": "madrun report",
"coverage": "madrun coverage"
},
"license": "MIT",
"dependencies": {
"fullstore": "^4.0.0",
"iconv-lite": "^0.7.2",
"mellow": "^3.0.0",
"pullout": "^5.0.1",
"redzip": "^4.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"c8": "^10.1.3",
"eslint": "^10.0.0",
"eslint-plugin-putout": "^30.0.3",
"madrun": "^12.1.3",
"putout": "^41.21.1",
"supertape": "^12.5.0"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}