|
1 | 1 | { |
2 | | - "name": "github-authentication", |
3 | | - "displayName": "%displayName%", |
4 | | - "description": "%description%", |
5 | | - "publisher": "vscode", |
6 | | - "version": "0.0.1", |
7 | | - "engines": { |
8 | | - "vscode": "^1.41.0" |
9 | | - }, |
10 | | - "enableProposedApi": true, |
11 | | - "categories": [ |
12 | | - "Other" |
13 | | - ], |
14 | | - "activationEvents": [ |
15 | | - "*" |
16 | | - ], |
17 | | - "main": "./out/extension.js", |
18 | | - "scripts": { |
19 | | - "vscode:prepublish": "npm run compile", |
20 | | - "compile": "gulp compile-extension:github-authentication", |
21 | | - "watch": "gulp watch-extension:github-authentication" |
22 | | - }, |
23 | | - "dependencies": { |
24 | | - "uuid": "^3.3.3" |
25 | | - }, |
26 | | - "devDependencies": { |
27 | | - "@types/keytar": "^4.4.2", |
28 | | - "@types/node": "^10.12.21", |
29 | | - "@types/uuid": "^3.4.6", |
30 | | - "typescript": "^3.7.5" |
31 | | - } |
| 2 | + "name": "github-authentication", |
| 3 | + "displayName": "%displayName%", |
| 4 | + "description": "%description%", |
| 5 | + "publisher": "vscode", |
| 6 | + "version": "0.0.1", |
| 7 | + "engines": { |
| 8 | + "vscode": "^1.41.0" |
| 9 | + }, |
| 10 | + "enableProposedApi": true, |
| 11 | + "categories": [ |
| 12 | + "Other" |
| 13 | + ], |
| 14 | + "activationEvents": [ |
| 15 | + "*" |
| 16 | + ], |
| 17 | + "main": "./out/extension.js", |
| 18 | + "scripts": { |
| 19 | + "vscode:prepublish": "npm run compile", |
| 20 | + "compile": "gulp compile-extension:github-authentication", |
| 21 | + "watch": "gulp watch-extension:github-authentication", |
| 22 | + "postinstall": "node build/postinstall.js" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "uuid": "^3.3.3" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "@types/keytar": "^4.4.2", |
| 29 | + "@types/node": "^10.12.21", |
| 30 | + "@types/uuid": "^3.4.6", |
| 31 | + "typescript": "^3.7.5" |
| 32 | + } |
32 | 33 | } |
0 commit comments