-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.44 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "auto-install-updates",
"description": "Automatically install latest updates of your CLI npm modules",
"license": "Apache-2.0",
"licenseStart": "2018",
"scripts": {
"start": "tunnckocore-scripts",
"extends": "@tunnckocore/config/scripts"
},
"engines": {
"node": "^8.11.0 || >=10.13.0"
},
"dependencies": {
"@tunnckocore/execa": "^4.0.0",
"esm": "^3.0.84",
"global-dirs": "^2.0.0",
"update-notifier": "^4.0.0"
},
"devDependencies": {
"@tunnckocore/config": "^0.5.1",
"@tunnckocore/scripts": "^1.0.1",
"asia": "^0.19.7"
},
"files": [
"src",
"index.js"
],
"main": "index.js",
"module": "src/index.js",
"typings": "src/index.d.ts",
"version": "0.0.0",
"repository": "tunnckoCoreLabs/auto-install-updates",
"homepage": "https://github.com/tunnckoCoreLabs/auto-install-updates",
"author": "Charlike Mike Reagent (https://tunnckocore.com)",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"renovate": {
"extends": "tunnckocore"
},
"verb": {
"run": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 4
},
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"asia",
"charlike",
"docks",
"execa"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"new-release",
"semantic-release"
]
}
}