-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.23 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
{
"name": "@cross-code/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"clean.cache": "node tools/clean.mjs",
"clean.cache:all": "node tools/clean.mjs --all"
},
"private": true,
"packageManager": "pnpm@11.20.0",
"devDependencies": {
"@cross-code/nx-buck2": "workspace:*",
"@cross-code/nx-ns-app": "workspace:*",
"@nx/devkit": "^23.1.0",
"@nx/js": "23.1.0",
"@nx/vitest": "23.1.0",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.18",
"@types/node": "^24.13.3",
"@vitest/coverage-v8": "~4.1.0",
"agent-device": "^0.20.6",
"nativescript": "^9.0.6",
"nx": "23.1.0",
"oxfmt": "^0.62.0",
"oxlint": "^1.77.0",
"prettier": "^3.8.1",
"skills": "^1.5.22",
"tslib": "^2.3.0",
"typescript": "~6.0.3",
"verdaccio": "^6.3.2",
"vite": "^8.0.0",
"vitest": "~4.1.0",
"zx": "^8.8.5"
},
"workspaces": [
"packages/*"
],
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}
}