|
1 | 1 | { |
2 | 2 | "name": "tosdr_browser_extension", |
3 | 3 | "version": "5.0.0", |
| 4 | + "type": "module", |
4 | 5 | "description": "\"I have read and agree to the Terms\" is the biggest lie on the web. We aim to fix that. \"Terms of Service; Didn't Read\" is a user rights initiative to rate and label website terms & privacy policies, from very good (class A) to very bad (class E).", |
5 | 6 | "author": "ToS;DR Team", |
6 | 7 | "license": "AGPL-3.0-or-later", |
7 | 8 | "devDependencies": { |
8 | | - "@types/chrome": "^0.0.251", |
9 | | - "@types/node": "^20.10.0", |
| 9 | + "@types/chrome": "^0.1.0", |
| 10 | + "@types/node": "^24.0.14", |
10 | 11 | "@typescript-eslint/eslint-plugin": "^8.37.0", |
11 | 12 | "@typescript-eslint/parser": "^8.37.0", |
12 | | - "eslint": "^8.53.0", |
13 | | - "prettier": "3.0.3", |
14 | | - "rimraf": "^5.0.5", |
15 | | - "typescript": "^5.2.2", |
16 | | - "vite": "^5.0.0", |
17 | | - "vite-plugin-web-extension": "^4.1.0" |
| 13 | + "eslint": "^9.31.0", |
| 14 | + "prettier": "^3.6.2", |
| 15 | + "rimraf": "^6.0.1", |
| 16 | + "typescript": "^5.8.3", |
| 17 | + "vite": "^7.0.4", |
| 18 | + "vite-plugin-web-extension": "^4.4.4" |
18 | 19 | }, |
19 | 20 | "scripts": { |
20 | 21 | "dev": "vite build --watch --mode development --config vite.chrome.config.ts", |
21 | 22 | "dev:firefox": "vite build --watch --mode development --config vite.firefox.config.ts", |
22 | 23 | "build": "node scripts/build.js", |
23 | 24 | "build:chrome": "vite build --mode production --config vite.chrome.config.ts", |
24 | 25 | "build:firefox": "vite build --mode production --config vite.firefox.config.ts", |
25 | | - "clean": "powershell -Command \"Remove-Item -Recurse -Force -ErrorAction SilentlyContinue dist, build, tsc\"", |
| 26 | + "clean": "rimraf dist build tsc", |
26 | 27 | "type-check": "tsc --noEmit", |
27 | 28 | "lint": "eslint src scripts --ext .js,.ts", |
28 | 29 | "lint:fix": "eslint src scripts --ext .js,.ts --fix" |
|
0 commit comments