-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.86 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
59
60
{
"name": "@bililive/rec-sdk",
"version": "2.1.1-alpha.1",
"description": "",
"type": "module",
"main": "dist/index.js",
"repository": "https://github.com/BililiveRecorder/sdk.js.git",
"author": "GeekTR <geektheripper@gmail.com>",
"license": "GPL-3.0-or-later",
"files": [
"dist"
],
"scripts": {
"gen-api": "ts-node --esm api-generator/index.ts",
"test": "jest",
"clean": "rimraf dist",
"build": "tsc -p tsconfig.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"{src,api-generator,__tests__}/**/*.ts\" --write",
"fix:lint": "eslint src api-generator __tests__ --fix",
"watch:build": "tsc -p tsconfig.json -w",
"publish:patch": "pnpm publish --patch --access public",
"push": "git push",
"bpp": "run-s fix clean build publish:patch push"
},
"engines": {
"node": ">=14.16"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@sindresorhus/tsconfig": "^6.0.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"axios": "^1.7.7",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"express": "^4.21.1",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"portfinder": "^1.0.32",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"tsx": "^4.19.1",
"typescript": "~5.5.4",
"typescript-eslint": "^8.9.0"
},
"dependencies": {
"eventemitter3": "^5.0.1"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}