|
1 | 1 | {
|
2 |
| - "publisher": "antfu", |
3 |
| - "name": "ext-name", |
4 |
| - "displayName": "ext-name", |
5 |
| - "version": "0.0.0", |
| 2 | + "publisher": "colder", |
| 3 | + "name": "source-map-visualization", |
| 4 | + "displayName": "Source Map Visualization", |
| 5 | + "version": "0.1.0", |
6 | 6 | "private": true,
|
7 |
| - "packageManager": "pnpm@7.8.0", |
8 |
| - "description": "", |
9 |
| - "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
| 7 | + "packageManager": "pnpm@7.13.6", |
| 8 | + "description": "A simple visualization of source map data", |
| 9 | + "author": "Colder", |
10 | 10 | "license": "MIT",
|
11 |
| - "funding": "https://github.com/sponsors/antfu", |
12 |
| - "homepage": "https://github.com/antfu/ext-name#readme", |
| 11 | + "homepage": "https://github.com/cncolder/vscode-source-map-visualization", |
13 | 12 | "repository": {
|
14 | 13 | "type": "git",
|
15 |
| - "url": "https://github.com/antfu/ext-name" |
| 14 | + "url": "https://github.com/cncolder/vscode-source-map-visualization" |
16 | 15 | },
|
17 | 16 | "bugs": {
|
18 |
| - "url": "https://github.com/antfu/ext-name/issues" |
19 |
| - }, |
20 |
| - "sponsor": { |
21 |
| - "url": "https://github.com/sponsors/antfu" |
| 17 | + "url": "https://github.com/cncolder/vscode-source-map-visualization/issues" |
22 | 18 | },
|
23 | 19 | "categories": [
|
24 |
| - "Other" |
| 20 | + "Visualization" |
| 21 | + ], |
| 22 | + "keywords": [ |
| 23 | + "Source Map", |
| 24 | + "visualization" |
25 | 25 | ],
|
26 | 26 | "main": "./dist/index.js",
|
27 | 27 | "icon": "res/icon.png",
|
|
32 | 32 | "vscode": "^1.69.0"
|
33 | 33 | },
|
34 | 34 | "activationEvents": [
|
35 |
| - "onStartupFinished" |
| 35 | + "onLanguage:json" |
36 | 36 | ],
|
37 | 37 | "scripts": {
|
38 | 38 | "build": "tsup src/index.ts --external vscode",
|
|
46 | 46 | "release": "bumpp && nr publish"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@antfu/eslint-config": "^0.25.2", |
50 |
| - "@antfu/ni": "^0.17.2", |
51 |
| - "@types/node": "^18.6.4", |
52 |
| - "@types/vscode": "^1.69.0", |
| 49 | + "@antfu/eslint-config": "^0.27.0", |
| 50 | + "@antfu/ni": "^0.18.2", |
| 51 | + "@types/node": "^18.11.3", |
| 52 | + "@types/vscode": "^1.72.0", |
53 | 53 | "bumpp": "^8.2.1",
|
54 |
| - "eslint": "^8.21.0", |
| 54 | + "eslint": "^8.25.0", |
55 | 55 | "esno": "^0.16.3",
|
56 |
| - "pnpm": "^7.8.0", |
57 | 56 | "rimraf": "^3.0.2",
|
58 |
| - "tsup": "^6.2.1", |
59 |
| - "typescript": "^4.7.4", |
60 |
| - "vite": "^3.0.4", |
61 |
| - "vitest": "^0.21.0", |
62 |
| - "vsce": "^2.10.0" |
| 57 | + "tsup": "^6.3.0", |
| 58 | + "typescript": "^4.8.4", |
| 59 | + "vite": "^3.1.8", |
| 60 | + "vitest": "^0.24.3", |
| 61 | + "vsce": "^2.13.0" |
63 | 62 | }
|
64 | 63 | }
|
0 commit comments