-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 KB
/
package.json
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
{
"name": "@midl-xyz/midl-js",
"private": true,
"description": "",
"packageManager": "pnpm@9.1.4",
"scripts": {
"ci:publish": "pnpm publish -r",
"prepare": "husky"
},
"devDependencies": {
"@alcalzone/esm2cjs": "^1.4.1",
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@testing-library/react": "^16.0.0",
"concurrently": "^9.1.0",
"esm2cjs": "^1.0.2",
"husky": "^9.1.7",
"jsdom": "^24.1.1",
"pkgroll": "^2.6.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.16.2",
"turbo": "^2.0.9",
"typescript": "^5.5.3",
"typescript-transform-paths": "^3.5.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-tsconfig-paths": "^1.4.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.8"
},
"pnpm": {
"overrides": {
"viem": "npm:@midl-xyz/midl-viem@2.21.36",
"@bitcoinerlab/secp256k1": "^1.2.0",
"@noble/secp256k1": "1.7.1"
}
}
}