-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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
{
"name": "bakosafe-ecossystem",
"version": "0.0.1",
"author": "InfinityBase - Guilherme Roque",
"license": "Apache-2.0",
"workspaces": [
"./packages/*"
],
"scripts": {
"predev": "docker network create bako-network 2>/dev/null || true",
"start:prod": "turbo run start:prod",
"start:stg": "turbo run start:stg",
"dev": "turbo run dev",
"debug": "turbo run debug",
"dev:db:start": "turbo run db:dev:start",
"dev:chain:start": "turbo run chain:dev:start",
"start:environment": "chmod +x script.sh && ./script.sh"
},
"devDependencies": {
"turbo": "^1.13.4"
},
"pnpm": {
"overrides": {
"glob@>=10.2.0 <10.5.0": "10.5.0",
"braces@<3.0.3": "3.0.3",
"semver@>=7.0.0 <7.5.2": "7.5.2",
"qs@<6.14.1": "6.14.1",
"trim-newlines@<3.0.1": "3.0.1",
"js-yaml@<3.13.1": "3.14.1",
"uglify-js@<2.6.0": "3.19.3",
"minimatch@<3.1.4": "3.1.4",
"minimatch@>=5.0.0 <5.1.8": "5.1.8",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"minimatch@>=10.0.0 <10.2.3": "10.2.3"
},
"auditConfig": {
"ignoreCves": [
"CVE-2017-16115",
"CVE-2026-0775"
]
}
}
}