|
4 | 4 | "version": "1.1.0", |
5 | 5 | "description": "Explore trending Github repositories directly in VSCode", |
6 | 6 | "engines": { |
7 | | - "vscode": "^1.37.0" |
| 7 | + "vscode": "^1.38.0" |
8 | 8 | }, |
9 | 9 | "keywords": [ |
10 | 10 | "github", |
11 | 11 | "popular", |
| 12 | + "programming", |
| 13 | + "software", |
12 | 14 | "trending", |
13 | 15 | "repositories" |
14 | 16 | ], |
15 | 17 | "publisher": "4gray", |
| 18 | + "license": "MIT", |
16 | 19 | "icon": "assets/icon.png", |
17 | 20 | "homepage": "https://4gray.github.io/vsc-github-trending", |
18 | 21 | "galleryBanner": { |
|
87 | 90 | "build": "./scripts/build-non-split.js && tsc -p tsconfig.extension.json", |
88 | 91 | "test": "react-scripts test --env=jsdom", |
89 | 92 | "eject": "react-scripts eject", |
90 | | - "package": "vsce package --yarn" |
| 93 | + "package": "vsce package --yarn", |
| 94 | + "watch": "tsc -w -p ./" |
91 | 95 | }, |
92 | 96 | "devDependencies": { |
93 | 97 | "@types/jest": "^24.0.18", |
94 | 98 | "@types/node": "^12.7.3", |
95 | 99 | "@types/react": "^17.0.0", |
96 | 100 | "@types/react-dom": "^17.0.0", |
97 | 101 | "@types/vscode": "^1.37.0", |
| 102 | + "@typescript-eslint/eslint-plugin": "^4.13.0", |
| 103 | + "@typescript-eslint/parser": "^4.13.0", |
| 104 | + "eslint": "^7.18.0", |
98 | 105 | "prettier": "^1.18.2", |
99 | | - "react-scripts": "^3.1.1", |
| 106 | + "react-scripts": "^4.0.1", |
100 | 107 | "rewire": "^4.0.1", |
101 | 108 | "typescript": "^3.6.0" |
102 | 109 | }, |
103 | 110 | "resolutions": { |
104 | 111 | "@types/react": "^17.0.0" |
105 | 112 | }, |
| 113 | + "bugs": { |
| 114 | + "url": "https://github.com/4gray/vsc-github-trending/issues" |
| 115 | + }, |
106 | 116 | "repository": { |
107 | 117 | "type": "git", |
108 | 118 | "url": "https://github.com/4gray/vsc-github-trending.git" |
|
0 commit comments