-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.95 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.95 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
54
55
56
57
58
{
"name": "duyi",
"type": "module",
"version": "0.0.3",
"description": "",
"author": "lonewolfyx <OldDriver>",
"license": "MIT",
"keywords": [
"awesome-duyi",
"duyi video",
"duyi"
],
"scripts": {
"dev:pw:duyi": "tsx src/duyi.ts",
"generate:README": "tsx src/generate/readme.ts",
"docs:generate": "tsx src/generate/docs.ts",
"format": "eslint --fix",
"douyin:duyi": "tsx src/schedule/douyin.ts",
"bilibili:duyi": "tsx src/schedule/bilibili.ts",
"dev": "tsx src/douyin/index.ts",
"test": "tsx test/test.ts",
"test:douyin": "tsx src/playwright/douyin.ts",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"correct:data": "tsx src/correct.ts",
"lint": "eslint",
"lint:fix": "eslint --fix",
"gen:douyin:cookies": "npx playwright codegen https://www.douyin.com/user/MS4wLjABAAAAeIIkCgELXG6XdUxuE9nQ6W4AfS-aoPFbtmnBL8ytcYtBSyurgePBYZXJpB0LJBCT --save-storage=storageState.json"
},
"dependencies": {
"@lonewolfyx/utils": "^0.0.0",
"axios": "^1.8.4",
"dayjs": "^1.11.13",
"fs-extra": "^11.3.0",
"playwright": "^1.51.1"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@lonewolfyx/tsconfig": "^0.0.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.39.1",
"eslint-plugin-yaml": "^1.1.3",
"lint-staged": "^16.1.5",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-multiline-arrays": "^4.0.3",
"sass-embedded": "^1.86.3",
"simple-git-hooks": "^2.13.1",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"vitepress": "^1.6.3",
"yaml-eslint-parser": "^1.3.1"
}
}