forked from ixoworld/qiforge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.59 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "my-turborepo",
"version": "0.0.0",
"private": true,
"description": "",
"author": "",
"license": "UNLICENSED",
"scripts": {
"dev": "turbo dev --filter=app",
"build": "turbo build",
"test": "turbo test",
"test:e2e": "turbo test:e2e",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"version": "changeset version",
"release": "changeset tag"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"@ixo/eslint-config": "workspace:*",
"@ixo/typescript-config": "workspace:*",
"prettier": "^3.6.2",
"tsc": "^2.0.4",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"turbo": "^2.5.8",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.23.0",
"engines": {
"node": ">=22",
"pnpm": ">=10.0.0"
},
"pnpm": {
"overrides": {
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"ws": "8.18.2",
"@langchain/core": "^1.0.5",
"@langchain/langgraph": "^1.0.2",
"@digitalbazaar/http-client": "4.2.0"
},
"onlyBuiltDependencies": [
"@nestjs/core",
"@matrix-org/matrix-sdk-crypto-nodejs",
"@scarf/scarf",
"@swc/core",
"better-sqlite3",
"cpu-features",
"@veramo/credential-ld",
"esbuild",
"msgpackr-extract",
"protobufjs",
"secp256k1",
"sharp",
"ssh2",
"unrs-resolver"
],
"patchedDependencies": {
"@veramo/credential-ld@6.0.0": "patches/@veramo__credential-ld@6.0.0.patch"
}
}
}