mobile bluesky app made with flutter
lazurite.stormlightlabs.org/
mobile
bluesky
flutter
1{
2 "name": "lazurite-splash-generator",
3 "version": "1.0.0",
4 "description": "CLI tool to generate splash screen images for Lazurite app",
5 "module": "index.ts",
6 "type": "module",
7 "private": true,
8 "scripts": {
9 "start": "bun run index.ts",
10 "build": "bun build index.ts --outfile=dist/splash-gen --target=bun",
11 "generate": "bun run index.ts",
12 "profile-context": "bun run profile-context.ts"
13 },
14 "devDependencies": {
15 "@types/bun": "latest"
16 },
17 "peerDependencies": {
18 "typescript": "^5"
19 },
20 "dependencies": {
21 "@types/inquirer": "^9.0.9",
22 "canvas": "^3.2.1",
23 "chalk": "^5.6.2",
24 "inquirer": "^13.3.2",
25 "sharp": "^0.34.5"
26 }
27}