-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
{
"name": "solforge-monorepo",
"version": "0.2.18",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/nitishxyz/solforge.git"
},
"homepage": "https://github.com/nitishxyz/solforge#readme",
"bugs": {
"url": "https://github.com/nitishxyz/solforge/issues"
},
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev:cli": "bun run --filter @solforge/cli dev",
"build": "bun run build:cli:all",
"build:cli": "bun run --filter @solforge/cli build",
"build:cli:all": "bun run --filter @solforge/cli build:bin:all",
"publish:install": "cd packages/install && bun publish --access public",
"lint": "bunx @biomejs/biome check apps packages scripts",
"legacy:cli": "bun apps/cli/src/cli/main.ts",
"test:parsers": "bun run scripts/test-all-parsers.ts",
"upgrade:agi-cli": "bun run scripts/upgrade-agi-cli.ts"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@types/bun": "latest",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"drizzle-kit": "^0.31.4",
"postcss": "^8.5.6",
"tailwindcss": "3",
"typescript": "^5"
},
"dependencies": {
"@agi-cli/web-sdk": "^0.1.131",
"@solana-program/system": "^0.10.0",
"@solana/kit": "^5.0.0",
"sst": "3.17.13"
}
}