Skip to content

Commit f57e3ed

Browse files
committed
name binaries
1 parent 1c923e5 commit f57e3ed

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

sry/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "sry",
3-
"version": "0.1.0",
4-
"description": "A gh-like CLI for Sentry",
5-
"type": "module",
6-
"bin": {
7-
"sry": "./src/bin.ts"
8-
},
9-
"scripts": {
10-
"dev": "bun run src/bin.ts",
11-
"build": "fossilize src/bin.ts",
12-
"build:all": "FOSSILIZE_PLATFORMS=darwin-arm64,darwin-x64,linux-x64,win32-x64 fossilize src/bin.ts"
13-
},
14-
"devDependencies": {
15-
"@biomejs/biome": "2.3.8",
16-
"@types/bun": "latest",
17-
"@types/node": "^20",
18-
"fossilize": "^0.5.0",
19-
"typescript": "^5",
20-
"ultracite": "6.3.10"
21-
},
22-
"dependencies": {
23-
"@stricli/auto-complete": "^1.2.4",
24-
"@stricli/core": "^1.2.4"
25-
}
2+
"name": "sry",
3+
"version": "0.1.0",
4+
"description": "A gh-like CLI for Sentry",
5+
"type": "module",
6+
"bin": {
7+
"sry": "./src/bin.ts"
8+
},
9+
"scripts": {
10+
"dev": "bun run src/bin.ts",
11+
"build": "fossilize -o sry src/bin.ts",
12+
"build:all": "FOSSILIZE_PLATFORMS=darwin-arm64,darwin-x64,linux-x64,linux-arm64,win-x64 fossilize -o sry src/bin.ts"
13+
},
14+
"devDependencies": {
15+
"@biomejs/biome": "2.3.8",
16+
"@types/bun": "latest",
17+
"@types/node": "^20",
18+
"fossilize": "^0.5.0",
19+
"typescript": "^5",
20+
"ultracite": "6.3.10"
21+
},
22+
"dependencies": {
23+
"@stricli/auto-complete": "^1.2.4",
24+
"@stricli/core": "^1.2.4"
25+
}
2626
}

0 commit comments

Comments
 (0)