|
1 | 1 | {
|
2 | 2 | "name": "invisible-chat",
|
3 |
| - "version": "1.2.1", |
| 3 | + "version": "1.2.2", |
4 | 4 | "description": "Encrypt your Discord Messages",
|
5 | 5 | "engines": {
|
6 | 6 | "node": ">=14.0.0"
|
7 | 7 | },
|
8 | 8 | "scripts": {
|
9 |
| - "build": "tsx scripts/build.ts", |
10 |
| - "watch": "tsx scripts/build.ts --watch", |
11 |
| - "bundle": "tsx scripts/bundle.ts", |
12 |
| - "build-and-bundle": "pnpm run build --no-install && pnpm run bundle", |
| 9 | + "build": "replugged build plugin", |
| 10 | + "watch": "replugged build plugin --watch", |
| 11 | + "bundle": "replugged bundle plugin", |
13 | 12 | "check": "tsc --noEmit",
|
14 |
| - "prettier:check": "prettier ./src ./scripts --check", |
15 |
| - "eslint:check": "eslint ./src ./scripts", |
16 |
| - "prettier:fix": "prettier ./src ./scripts --write", |
17 |
| - "eslint:fix": "eslint ./src ./scripts --fix", |
| 13 | + "prettier:check": "prettier ./src --check", |
| 14 | + "eslint:check": "eslint ./src", |
| 15 | + "prettier:fix": "prettier ./src --write", |
| 16 | + "eslint:fix": "eslint ./src --fix", |
18 | 17 | "lint": "pnpm run prettier:check && pnpm run eslint:check && pnpm run check",
|
19 | 18 | "lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
|
20 | 19 | },
|
21 | 20 | "keywords": [],
|
22 | 21 | "author": "",
|
23 |
| - "license": "Unlicensed", |
| 22 | + "license": "ISC", |
24 | 23 | "devDependencies": {
|
25 |
| - "@electron/asar": "^3.2.1", |
26 | 24 | "@types/node": "^18.11.2",
|
27 |
| - "@types/react": "^18.0.26", |
28 | 25 | "@typescript-eslint/eslint-plugin": "^5.40.1",
|
29 | 26 | "@typescript-eslint/parser": "^5.40.1",
|
30 |
| - "esbuild": "^0.15.11", |
31 | 27 | "eslint": "^8.25.0",
|
32 | 28 | "eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
|
33 | 29 | "eslint-plugin-node": "^11.1.0",
|
34 | 30 | "eslint-plugin-react": "^7.31.10",
|
35 | 31 | "prettier": "^2.8.1",
|
36 |
| - "replugged": "4.0.0-beta0.22", |
37 |
| - "tsx": "^3.10.3", |
| 32 | + "replugged": "4.0.0-beta0.23", |
38 | 33 | "typescript": "^4.8.4"
|
39 | 34 | }
|
40 | 35 | }
|
0 commit comments