-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "silmaril",
"version": "0.2.2",
"private": true,
"license": "Apache-2.0",
"description": "Open Foundry \u2014 an open-source ontology platform for operational digital twins",
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "turbo run build",
"test": "turbo run test --filter='!@openfoundry/integration-tests'",
"test:integration": "turbo run test --filter=@openfoundry/integration-tests",
"test:all": "turbo run test",
"lint": "turbo run lint",
"clean": "turbo run clean",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"turbo": "^2.10.11",
"typescript": "^5.7.0"
},
"pnpm": {
"overrides": {
"protobufjs": "^7.5.6",
"axios": "^1.18.0",
"path-to-regexp@0.1.12": "0.1.13",
"@grpc/grpc-js": "^1.14.4",
"form-data": "^4.0.6",
"ws": "^8.21.0",
"@opentelemetry/propagator-jaeger": "^2.9.0",
"nanoid": "^3.3.18",
"picomatch": "^4.0.4",
"postcss": "^8.5.18",
"rollup": "^4.59.0",
"vite": "^7.3.5"
}
}
}