-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.48 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "reverse-mirage-monorepo",
"version": "0.0.0",
"description": "",
"private": true,
"type": "module",
"scripts": {
"install:packages": "pnpm --filter './packages/**' install",
"preinstall": "npx -y only-allow pnpm",
"codegen": "wagmi generate",
"changeset:publish": "pnpm codegen && pnpm build && pnpm changeset publish",
"build": "pnpm --filter 'reverse-mirage' build && pnpm --filter !'reverse-mirage' build",
"lint": "pnpm biome lint .",
"format": "pnpm biome format . --write",
"typecheck": "pnpm --parallel typecheck",
"test": "pnpm --parallel test",
"test:ci": "pnpm --parallel test:ci",
"test:cov": "pnpm --parallel test:cov"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights",
"@babel/core",
"react-native"
]
}
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.6.1",
"@changesets/cli": "^2.27.1",
"@size-limit/preset-small-lib": "^11.1.1",
"@uniswap/sdk-core": "^4.2.0",
"@viem/anvil": "^0.0.9",
"@vitest/coverage-v8": "^1.4.0",
"@wagmi/cli": "^2.1.2",
"bun": "^1.0.31",
"mitata": "^0.1.11",
"size-limit": "^11.1.1",
"tiny-invariant": "^1.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"viem": "^2.8.10",
"vitepress": "1.0.0-rc.45",
"vitest": "^1.4.0"
}
}