-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 Bytes
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
{
"name": "rxbot-core",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "biome lint",
"test": "turbo test --concurrency=1",
"coverage": "turbo coverage --concurrency=1",
"format": "biome format --write .",
"format:version": "syncpack fix-mismatches",
"publish:dry": "echo \"n\" | lerna publish from-package"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.9.0",
"lerna": "8.1.9",
"prettier": "3.3.3",
"syncpack": "13.0.0",
"turbo": "2.2.3",
"typescript": "^5.6.3",
"glob": "^11.0.0",
"nyc": "^17.1.0"
},
"packageManager": "pnpm@9.4.0",
"version": "^3.23.8",
"dependencies": {
"chokidar": "^4.0.1",
"webpack-watch-external-files-plugin": "^3.1.0"
}
}