-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.5 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
66
{
"name": "flop",
"version": "12.0.1",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "FLOP - simple FoLder OPerations",
"homepage": "http://github.com/coderaiser/flop",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/flop.git"
},
"main": "lib/flop.js",
"bin": {
"flop": "bin/flop.js"
},
"scripts": {
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"report": "madrun report",
"coverage": "madrun coverage",
"test": "madrun test",
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher"
},
"keywords": [
"copy",
"remove",
"delete",
"cloudcmd",
"crud",
"file",
"directory",
"folder"
],
"dependencies": {
"checkup": "^1.3.0",
"copymitter": "^9.0.0",
"minimist": "^1.2.0",
"remy": "^7.0.0",
"trammel": "^6.0.2",
"try-to-catch": "^3.0.0",
"win32": "^7.0.0"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@iocmd/hold-up": "^2.1.0",
"@iocmd/wait": "^2.1.0",
"c8": "^10.1.2",
"eslint": "^9.9.0",
"eslint-plugin-putout": "^22.5.0",
"madrun": "^10.0.1",
"mock-require": "^3.0.2",
"nodemon": "^3.1.0",
"putout": "^36.0.4",
"supertape": "^10.5.0"
},
"publishConfig": {
"access": "public"
}
}