-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.05 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
{
"name": "yongsheng-plan",
"version": "0.2.28",
"description": "Standalone desktop pet app for the Internet Immortality Project.",
"license": "MIT",
"author": "jieyangxchen",
"homepage": "https://github.com/jieyangxchen/codex-pet-desktop#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jieyangxchen/codex-pet-desktop.git"
},
"bugs": {
"url": "https://github.com/jieyangxchen/codex-pet-desktop/issues"
},
"keywords": [
"desktop-pet",
"codex-pet",
"spritesheet",
"windows"
],
"scripts": {
"start": "npm run start:tauri",
"start:tauri": "cd src-tauri && cargo run",
"check:tauri": "cd src-tauri && cargo check",
"e2e:tauri": "cd src-tauri && PET_DESKTOP_E2E=1 cargo run",
"check": "node scripts/run-check.js",
"smoke": "node scripts/run-smoke.js",
"build:app": "node scripts/build-app.js build",
"build:petpacks": "node scripts/build-petpacks.js",
"format:pets": "node scripts/format-pet-json.js"
},
"devDependencies": {
"@tauri-apps/cli": "2.11.2"
}
}