-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.24 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
47
48
49
50
51
52
53
54
{
"name": "npm-update-package-version",
"version": "2.0.0",
"description": "A tool to check the latest versions of dependencies and dev-dependencies in your package.json file",
"main": "index.js",
"bin": {
"npm-update-package-version": "./index.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/jaisayush/npm-update-package-version"
},
"author": {
"name": "Ayush Jaiswal",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/jaisayush/"
},
"license": "MIT",
"dependencies": {
"axios": "^0.23.0",
"cli-table3": "^0.6.0",
"chalk": "^4.1.2",
"ini": "^2.0.0"
},
"engines": {
"node": ">=14"
},
"keywords": [
"npm",
"update",
"check",
"dependencies",
"dev-dependencies",
"package.json",
"version",
"updates",
"npm updates",
"npm-check",
"npm dependencies",
"npm dev-dependencies",
"npm package.json",
"npm outdated",
"npm packages",
"npm outdated packages",
"npm update checker",
"npm update notification",
"npm version update",
"npm update checker tool"
],
"homepage": "https://github.com/jaisayush/npm-update-package-version#readme"
}