forked from 91zgaoge/StoryForge
-
Notifications
You must be signed in to change notification settings - Fork 0
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": "v2-rust",
"version": "5.4.1",
"description": "> 🌿 越写越懂的创作系�? AI 辅助小说创作桌面应用",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"test:debug": "npx playwright test --debug",
"test:report": "npx playwright show-report",
"screenshot": "node scripts/test-helper.js screenshot",
"screenshot:front": "node scripts/test-helper.js shot:front",
"screenshot:back": "node scripts/test-helper.js shot:back",
"test:clean": "node scripts/test-helper.js clean",
"test:help": "node scripts/test-helper.js help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/91zgaoge/storyforge.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/91zgaoge/storyforge/issues"
},
"homepage": "https://github.com/91zgaoge/storyforge#readme",
"devDependencies": {
"@playwright/test": "^1.59.1"
}
}