|
2 | 2 | "name": "userscript-bilibili-comment-search", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.0", |
| 5 | + "description": "Support searching comments in Bilibili.", |
5 | 6 | "type": "module", |
| 7 | + "packageManager": "[email protected]", |
| 8 | + "author": "pacexy <[email protected]>", |
| 9 | + "license": "MIT", |
| 10 | + "homepage": "https://github.com/pacexy/userscript-bilibili-comment-search#readme", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/pacexy/userscript-bilibili-comment-search.git" |
| 14 | + }, |
| 15 | + "bugs": "https://github.com/pacexy/userscript-bilibili-comment-search/issues", |
6 | 16 | "scripts": { |
7 | 17 | "dev": "vite", |
8 | 18 | "build": "tsc && vite build", |
9 | | - "preview": "vite preview" |
| 19 | + "preview": "vite preview", |
| 20 | + "release": "bumpp package.json" |
10 | 21 | }, |
11 | 22 | "dependencies": { |
12 | 23 | "react": "^18.2.0", |
13 | 24 | "react-dom": "^18.2.0", |
14 | 25 | "react-highlight-words": "^0.20.0" |
15 | 26 | }, |
16 | 27 | "devDependencies": { |
17 | | - "@types/react": "^18.2.7", |
| 28 | + "@types/react": "^18.2.8", |
18 | 29 | "@types/react-dom": "^18.2.4", |
19 | 30 | "@types/react-highlight-words": "^0.16.4", |
20 | 31 | "@vitejs/plugin-react": "^4.0.0", |
21 | | - "typescript": "^5.0.4", |
| 32 | + "bumpp": "9.1.0", |
| 33 | + "typescript": "^5.1.3", |
22 | 34 | "vite": "^4.3.9", |
23 | 35 | "vite-plugin-monkey": "^3.2.2" |
24 | 36 | } |
|
0 commit comments