@@ -24,6 +24,7 @@
|
24 | 24 | "dev": "vitest", |
25 | 25 | "lint": "eslint --cache . && prettier -c src test playground examples docs", |
26 | 26 | "lint:fix": "eslint --cache . --fix && prettier -c src test playground examples docs -w", |
| 27 | +"prepack": "pnpm build", |
27 | 28 | "play": "listhen -w ./playground/app.ts", |
28 | 29 | "profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs", |
29 | 30 | "release": "pnpm test && pnpm build && changelogen --release --publish --publishTag latest && git push --follow-tags", |
@@ -45,11 +46,11 @@
|
45 | 46 | "uncrypto": "^0.1.3" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
48 | | -"0x": "^6.0.0", |
49 | 49 | "@types/express": "^5.0.3", |
50 | 50 | "@types/node": "^24.6.1", |
51 | 51 | "@types/supertest": "^6.0.3", |
52 | 52 | "@vitest/coverage-v8": "^3.2.4", |
| 53 | +"0x": "^6.0.0", |
53 | 54 | "autocannon": "^8.0.0", |
54 | 55 | "automd": "^0.4.2", |
55 | 56 | "changelogen": "^0.6.2", |
|