|
1 | | -{ |
2 | | - "name": "vscode-protolint", |
3 | | - "displayName": "Proto Lint", |
4 | | - "description": "Lint your protobufs using protolint", |
5 | | - "license": "MIT", |
6 | | - "homepage": "https://github.com/plexsystems/vscode-protolint", |
7 | | - "version": "0.3.0", |
8 | | - "publisher": "plex", |
9 | | - "icon": "icon/protolint_logo128.png", |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "https://github.com/plexsystems/vscode-protolint.git" |
13 | | - }, |
14 | | - "bugs": { |
15 | | - "url": "https://github.com/plexsystems/vscode-protolint/issues" |
16 | | - }, |
17 | | - "engines": { |
18 | | - "vscode": "^1.14.0" |
19 | | - }, |
20 | | - "categories": [ |
21 | | - "Linters" |
22 | | - ], |
23 | | - "keywords": [ |
24 | | - "proto", |
25 | | - "protocol buffer", |
26 | | - "protobuf", |
27 | | - "lint" |
28 | | - ], |
29 | | - "activationEvents": [ |
30 | | - "onLanguage:proto3", |
31 | | - "onLanguage:proto" |
32 | | - ], |
33 | | - "main": "./out/src/extension", |
34 | | - "scripts": { |
35 | | - "vscode:prepublish": "npm run compile", |
36 | | - "compile": "tsc", |
37 | | - "lint": "tslint --project tsconfig.json", |
38 | | - "precompile": "rimraf ./out && npm run lint", |
39 | | - "watch": "tsc -watch -p ./", |
40 | | - "test": "npm run compile && mocha out/test/*.test.js" |
41 | | - }, |
42 | | - "devDependencies": { |
43 | | - "@types/mocha": "^5.2.7", |
44 | | - "@types/node": "^12.0.8", |
45 | | - "@types/vscode": "^1.14.0", |
46 | | - "mocha": "^7.1.1", |
47 | | - "rimraf": "^2.6.3", |
48 | | - "tslint": "^5.8.0", |
49 | | - "typescript": "^3.5.1", |
50 | | - "vscode-test": "^1.3.0" |
51 | | - } |
52 | | -} |
| 1 | +{ |
| 2 | + "name": "vscode-protolint", |
| 3 | + "displayName": "Proto Lint", |
| 4 | + "description": "Lint your protobufs using protolint", |
| 5 | + "license": "MIT", |
| 6 | + "homepage": "https://github.com/plexsystems/vscode-protolint", |
| 7 | + "version": "0.4.0", |
| 8 | + "publisher": "plex", |
| 9 | + "icon": "icon/protolint_logo128.png", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/plexsystems/vscode-protolint.git" |
| 13 | + }, |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/plexsystems/vscode-protolint/issues" |
| 16 | + }, |
| 17 | + "engines": { |
| 18 | + "vscode": "^1.14.0" |
| 19 | + }, |
| 20 | + "categories": [ |
| 21 | + "Linters" |
| 22 | + ], |
| 23 | + "keywords": [ |
| 24 | + "proto", |
| 25 | + "protocol buffer", |
| 26 | + "protobuf", |
| 27 | + "lint" |
| 28 | + ], |
| 29 | + "activationEvents": [ |
| 30 | + "onLanguage:proto3", |
| 31 | + "onLanguage:proto" |
| 32 | + ], |
| 33 | + "main": "./out/src/extension", |
| 34 | + "scripts": { |
| 35 | + "vscode:prepublish": "npm run compile", |
| 36 | + "compile": "tsc", |
| 37 | + "lint": "tslint --project tsconfig.json", |
| 38 | + "precompile": "rimraf ./out && npm run lint", |
| 39 | + "watch": "tsc -watch -p ./", |
| 40 | + "test": "npm run compile && mocha out/test/*.test.js" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@types/mocha": "^5.2.7", |
| 44 | + "@types/node": "^12.0.8", |
| 45 | + "@types/vscode": "^1.14.0", |
| 46 | + "mocha": "^7.1.1", |
| 47 | + "rimraf": "^2.6.3", |
| 48 | + "tslint": "^5.8.0", |
| 49 | + "typescript": "^3.5.1", |
| 50 | + "vscode-test": "^1.3.0" |
| 51 | + } |
| 52 | +} |
0 commit comments