-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "outdated-updater",
"version": "1.5.2",
"description": "Upgrades your package.json dependencies to the latest versions.",
"main": "./lib/cli.js",
"directories": {
"lib": "lib"
},
"bin": {
"outdated-updater": "./bin/outdated-updater.js"
},
"files": [
"bin",
"lib"
],
"dependencies": {
"cli-spinners": "^2.2.0",
"commander": "^3.0.2",
"fs": "0.0.1-security",
"log-update": "^3.3.0",
"prompt-checkbox": "^2.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aslanon/outdated-updater.git"
},
"keywords": [
"npm",
"npm-packages-updater",
"package-updater",
"npm-outdated",
"outdated",
"upgrade",
"update"
],
"author": "Onur Aslan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aslanon/outdated-updater/issues"
},
"homepage": "https://github.com/aslanon/outdated-updater#readme"
}