-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "fakeact",
"version": "1.0.9",
"description": "🐟命令行摸鱼神器,模拟各种下载安装编辑的日志实时输出,假装很忙,摸鱼不慌张",
"main": "dist/modules/index.js",
"bin": {
"fakeact": "dist/index.js"
},
"type": "module",
"scripts": {
"start": "tsc && node dist/index.js -m weblog",
"build": "cd app && npx pnpm install && npx pnpm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"fakeact",
"fake",
"command",
"console"
],
"author": "Liwen chen",
"engines": {
"node": ">=18"
},
"files": [
"dist",
"data",
"license",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/CH563/fakeact.git"
},
"bugs": {
"url": "https://github.com/CH563/fakeact/issues"
},
"homepage": "https://github.com/CH563/fakeact",
"license": "MIT",
"dependencies": {
"@faker-js/faker": "^9.3.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"csv-parser": "^3.0.0",
"dayjs": "^1.11.13",
"ora": "^8.1.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
}
}