-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.43 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
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+https://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": "^10.1.0",
"eslint-plugin-putout": "^31.1.2",
"madrun": "^13.0.1",
"nodemon": "^3.1.14",
"putout": "^42.3.0",
"version-io": "^6.1.2"
},
"dependencies": {
"try-to-catch": "^4.0.5",
"zx": "^8.1.2"
}
}