forked from near/borsh-js
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 842 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 842 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
{
"name": "@dao-xyz/borsh-monorepo",
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build --stream",
"workspaces:test": "lerna run test --stream",
"workspaces:clean": "lerna run clean --stream",
"test": "pnpm run workspaces:test",
"pretty": "prettier --write .",
"pretty:check": "prettier --check ."
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20",
"benchmark": "2.1.4",
"lerna": "^8.2.4",
"playwright": "^1.57.0",
"prettier": "^3.6.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"vite": "^7.3.0",
"vitest": "^3.2.4"
}
}