-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "loop",
"private": true,
"version": "1.4.1",
"description": "Create or resize file system of an image file to use as a loop device",
"bin": "bin/loop.sh",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/loop.git"
},
"scripts": {
"start": "madrun start",
"lint": "madrun lint",
"lint:js": "madrun lint:js",
"lint:bash": "madrun lint:bash",
"fix:lint": "madrun fix:lint",
"docker:build": "madrun docker:build",
"postdocker:build": "madrun postdocker:build",
"rm:docker": "madrun rm:docker",
"docker:push": "madrun docker:push",
"postdocker:push": "madrun postdocker:push",
"build:amber": "madrun build:amber",
"run:amber": "madrun run:amber",
"run": "madrun run",
"build": "madrun build",
"build:all": "madrun build:all",
"wisdom:done": "madrun wisdom:done",
"wisodm": "madrun wisodm",
"prewisdom": "madrun prewisdom",
"rm:package-lock": "madrun rm:package-lock",
"watcher": "madrun watcher",
"watch:lint": "madrun watch:lint"
},
"engine": {
"node": ">=14"
},
"keywords": [],
"author": "coderaiser",
"license": "MIT",
"devDependencies": {
"eslint": "^9.5.0",
"eslint-plugin-putout": "^22.10.0",
"madrun": "^10.0.1",
"nodemon": "^2.0.7",
"putout": "^35.35.0",
"version-io": "^4.0.1"
},
"dependencies": {
"try-to-catch": "^3.0.1",
"zx": "^8.1.2"
}
}