-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
54
{
"name": "@cloudcmd/user-menu",
"private": true,
"version": "1.3.2",
"type": "module",
"commitType": "colon",
"description": "User Menu for Cloud Commander",
"scripts": {
"test": "madrun test",
"coverage": "madrun coverage",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"report": "madrun report",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:tape": "madrun watch:tape",
"watch:coverage:base": "madrun watch:coverage:base",
"watch:coverage:tape": "madrun watch:coverage:tape",
"watch:coverage": "madrun watch:coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/cloudcmd/user-menu.git"
},
"keywords": [
"tag",
"literal",
"join",
"template",
"array"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/user-menu/issues"
},
"homepage": "https://github.com/coderaiser/montag",
"devDependencies": {
"c8": "^7.8.0",
"eslint": "^8.11.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-putout": "^16.3.0",
"madrun": "^9.0.0",
"mock-require": "^3.0.3",
"nodemon": "^2.0.2",
"putout": "^28.5.0",
"supertape": "^8.2.0"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}