-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.23 KB
/
package.json
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
{
"name": "@liou666/live-parser",
"type": "module",
"version": "1.2.0",
"private": "true",
"description": "douyin live parser",
"author": "Liou",
"license": "MIT",
"homepage": "https://github.com/liou666/live-parser",
"repository": {
"type": "git",
"url": "https://github.com/liou666/live-parser"
},
"keywords": [
"douyin",
"ws"
],
"main": "app.ts",
"engines": {
"node": ">=16"
},
"scripts": {
"build": "pnpm -r build ",
"dev": "pnpm build && temir app.ts",
"release": "pnpm changeset && pnpm changeset version",
"pub": "pnpm build && pnpm -r publish --access public --no-git-check"
},
"dependencies": {
"@liou666/live-parser-cli": "workspace:*",
"@liou666/live-parser-core": "workspace:*",
"@liou666/live-parser-ui": "workspace:*",
"ws": "^8.12.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@liou666/eslint-config-ts": "^1.3.0",
"@temir/cli": "0.0.20",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.8",
"@types/ws": "^8.5.4",
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"tsup": "^6.5.0",
"tsx": "^3.12.2",
"typescript": "^4.8.4"
}
}