forked from solana-foundation/framework-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1012 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
32
33
34
35
36
37
{
"name": "framework-kit",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev": "turbo run dev --parallel",
"dev:react": "pnpm --filter @solana/example-react-hooks dev",
"build": "turbo run build",
"format": "turbo run format",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"prepare": "husky",
"changeset": "changeset",
"version:packages": "changeset version",
"publish-packages": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"@biomejs/biome": "^2.3.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@solana/codecs-strings": "^5.0.0",
"bs58": "^6.0.0",
"jsdom": "^24.1.0",
"@vitest/coverage-v8": "^4.0.7",
"husky": "^9.1.7",
"tsup": "^8.5.0",
"turbo": "^2.6.0",
"typescript": "^5.6.3",
"vitest": "^4.0.7"
}
}