-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
100 lines (100 loc) · 2.19 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@opencannabis/specification",
"version": "1.9.5-alpha4",
"description": "Central specification for the OpenCannabis Protocol.",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenCannabis/Specification.git"
},
"keywords": [
"opencannabis",
"protocol",
"specification",
"protobuf",
"cannabis"
],
"author": "Sam Gammon <[email protected]>",
"bugs": {
"url": "https://github.com/OpenCannabis/Specification/issues"
},
"devDependencies": {
"@bazel/bazelisk": "1.10.1",
"@bazel/jasmine": "4.6.2",
"@bazel/labs": "4.6.2",
"@bazel/rollup": "4.6.2",
"@bazel/source-map-support": "latest",
"@bazel/terser": "4.6.2",
"@bazel/typescript": "4.6.2",
"@bazel/worker": "4.6.2",
"jasmine": "3.9.0",
"jasmine-core": "3.9.0",
"rollup": "2.56.3",
"terser": "4.8.0",
"typescript": "4.2.4"
},
"homepage": "https://github.com/OpenCannabis/Specification#readme",
"renovate": {
"extends": [
"config:base"
],
"enabled": true,
"pinDigests": true,
"cloneSubmodules": false,
"fetchReleaseNotes": true,
"stabilityDays": 3,
"baseBranches": [
"dev"
],
"rebaseWhen": "auto",
"assigneesFromCodeOwners": true,
"branchConcurrentLimit": 10,
"prConcurrentLimit": 10,
"postUpdateOptions": [
"yarnDedupeHighest"
],
"labels": [
"dependencies"
],
"masterIssue": true,
"dependencyDashboard": true,
"dependencyDashboardAutoclose": false,
"ignoreDeps": [
"io_grpc_java",
"com_google_protobuf",
"io_bazel_rules_kotlin",
"com_github_grpc_grpc_web"
],
"enabledManagers": [
"dockerfile",
"github-actions",
"npm",
"swift",
"cocoapods",
"bazel",
"buildkite",
"pip_requirements"
],
"packageRules": [
{
"packageNames": [
"typescript"
],
"allowedVersions": "<4.3"
},
{
"packageNames": [
"google-protobuf"
],
"rangeStrategy": "pin"
}
],
"vulnerabilityAlerts": {
"labels": [
"security"
],
"assignees": [
"@sgammon"
]
}
}
}