-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscripts.json
More file actions
42 lines (42 loc) · 876 Bytes
/
scripts.json
File metadata and controls
42 lines (42 loc) · 876 Bytes
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
{
"scripts": {
"audit": [
"✏️node ./src/res/ci/common/run-audit.js",
"📊Version",
"💊Audit/Better-NPM-Audit",
"🐭Install - Dry run",
"🐭Update - Dry run",
"⏰Outdated"
],
"local-install": [
"✏️node ./src/res/ci/common/run-install.js",
"📊Version",
"⏰Outdated",
"🔨Get N",
"🔨Get NPM",
"🔨Install",
"⏰Outdated"
],
"menu": [
"Show this menu"
],
"run": [
"✏️node ./run.js",
"📊Version",
"💊Audit/Better-NPM-Audit",
"⏰Outdated",
"♖Main"
],
"update": [
"✏️node ./src/res/ci/common/run-update.js",
"📊Version",
"⏰Outdated",
"🔨Update",
"⏰Outdated"
],
"ver": [
"✏️node ./src/res/ci/common/ver.js",
"📊Version"
]
}
}