-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.55 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
{
"name": "@cloudcmd/move-files",
"version": "8.0.0",
"type": "commonjs",
"description": "move files",
"main": "lib/move-files.js",
"scripts": {
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report",
"lint": "madrun lint",
"lint:test": "madrun lint:test",
"fix:lint": "madrun fix:lint"
},
"dependencies": {
"@cloudcmd/rename-files": "^2.0.0",
"copymitter": "^9.0.0",
"currify": "^4.0.0",
"fullstore": "^3.0.0",
"redzip": "^3.0.0",
"wraptile": "^3.0.0"
},
"devDependencies": {
"@iocmd/wait": "^2.1.0",
"c8": "^9.1.0",
"eslint": "^9.2.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^22.6.1",
"madrun": "^10.0.1",
"memfs": "^4.2.1",
"mock-require": "^3.0.2",
"nodemon": "^3.0.1",
"putout": "^35.20.0",
"readjson": "^2.0.1",
"redlint": "^3.14.1",
"supertape": "^10.5.0",
"try-catch": "^3.0.0",
"try-to-catch": "^3.0.0"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git://github.com/cloudcmd/move-files.git"
},
"keywords": [
"copy",
"stream",
"file"
],
"author": "coderaiser <[email protected]> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/move-files/issues"
},
"homepage": "https://github.com/cloudcmd/move-files",
"publishConfig": {
"access": "public"
}
}