-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
{
"name": "@mishguru/selfupdate",
"version": "4.8.0",
"description": "Selfupdate your global NPM package",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/mishguruorg/selfupdate",
"repository": {
"type": "git",
"url": "git://github.com/mishguruorg/selfupdate.git"
},
"keywords": [
"selfupdate",
"update",
"autoupdate",
"npm"
],
"scripts": {
"build": "pkg-build",
"lint": "pkg-lint",
"tidy": "pkg-tidy",
"prepublish": "pkg-build",
"postpublish": "git push origin master --tags",
"test": "pkg-test",
"start": "node dist/cli.js"
},
"author": "Mish Guru <[email protected]>",
"constributors": [
"George Czabania <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"@mishguru/package": "7.8.0",
"@types/sinon": "7.0.13",
"sinon": "^7.4.1",
"stu": "^3.1.0"
},
"dependencies": {
"@types/node": "12.7.2",
"@types/npm-package-arg": "6.1.0",
"@types/semver-compare": "1.0.0",
"cacache": "^12.0.3",
"delay": "^4.3.0",
"execa": "2.0.4",
"is-online": "8.2.0",
"npm": "^6.11.2",
"npm-package-arg": "^6.1.1",
"ora": "^3.4.0",
"pacote": "^9.5.8",
"semver-compare": "^1.0.0"
}
}