forked from YUZU-Hub/appscreen
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 825 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
{
"name": "yuzu.shot",
"version": "1.0.0",
"description": "App Store Screenshot Generator - Create beautiful App Store marketing screenshots",
"author": {
"name": "YUZUHub",
"email": "hello@yuzuhub.com",
"url": "https://yuzuhub.com"
},
"license": "MIT",
"homepage": "https://appsolves.github.io/appscreen-mcp/",
"repository": {
"type": "git",
"url": "https://github.com/AppSolves/appscreen-mcp"
},
"scripts": {
"serve": "python3 -m http.server 8000",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"mcp:install": "cd mcp-server && npm install && npx playwright install chromium",
"mcp:build": "cd mcp-server && npm run build",
"mcp:start": "cd mcp-server && npm start"
},
"devDependencies": {
"@tauri-apps/cli": "^2"
}
}