-
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.21 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.21 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": "update-modules",
"version": "0.3.1",
"description": "Advanced module updater with backup, security audit, and reporting features",
"main": "lib/index.js",
"scripts": {
"start": "node bin/update-modules.js",
"debug": "node bin/update-modules.js --debug",
"dev": "nodemon bin/update-modules.js",
"dev-debug": "nodemon bin/update-modules.js --debug",
"test": "echo \"No tests specified\" && exit 0"
},
"bin": {
"update-modules": "bin/update-modules.js"
},
"author": {
"name": "cihatksm",
"email": "me@cihatksm.com"
},
"license": "MIT",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/CihatKsm/update-modules.git"
},
"keywords": [
"cihatksm",
"module",
"update",
"modules",
"npm",
"update-modules",
"dependency-management",
"security-audit",
"backup-restore",
"interactive-updates",
"modular"
],
"dependencies": {
"cli-progress": "^3.12.0",
"colors": "^1.4.0",
"readline": "^1.3.0",
"semver": "^7.7.2",
"inquirer": "^9.2.12"
},
"devDependencies": {
"nodemon": "^3.1.10"
},
"updateModulesConfig": {
"ignore": [
"update-modules"
]
}
}