|
1 | 1 | { |
2 | | - "name": "codetour", |
3 | | - "displayName": "CodeTour", |
4 | | - "version": "0.0.1", |
5 | | - "private": false, |
6 | | - "description": "VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor", |
7 | | - "homepage": "https://github.com/CodeEditorLand/Environment#readme", |
8 | | - "bugs": { |
9 | | - "url": "https://github.com/CodeEditorLand/Environment/issues" |
10 | | - }, |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "git+https://github.com/CodeEditorLand/Environment.git" |
14 | | - }, |
15 | | - "license": "SEE LICENSE IN LICENSE", |
| 2 | + "activationEvents": [ |
| 3 | + "onStartupFinished", |
| 4 | + "onNotebookEditor:codetour" |
| 5 | + ], |
16 | 6 | "author": { |
17 | | - "name": "Nikola Hristov", |
18 | 7 | "email": "nikola@nikolahristov.tech", |
| 8 | + "name": "Nikola Hristov", |
19 | 9 | "url": "https://nikolahristov.tech" |
20 | 10 | }, |
21 | | - "publisher": "playform", |
22 | | - "type": "module", |
23 | | - "main": "./dist/extension-node.js", |
24 | 11 | "browser": "./dist/extension-web.js", |
25 | | - "scripts": { |
26 | | - "build": "webpack --mode production", |
27 | | - "package": "vsce package", |
28 | | - "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'", |
29 | | - "vscode:prepublish": "npm run build", |
30 | | - "watch": "webpack --mode development --watch" |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/CodeEditorLand/Environment/issues" |
31 | 14 | }, |
32 | 15 | "contributes": { |
33 | 16 | "commands": [ |
|
644 | 627 | } |
645 | 628 | ] |
646 | 629 | }, |
647 | | - "activationEvents": [ |
648 | | - "onStartupFinished", |
649 | | - "onNotebookEditor:codetour" |
650 | | - ], |
651 | 630 | "dependencies": { |
652 | 631 | "@types/jexl": "2.3.4", |
653 | 632 | "axios": "1.6.7", |
|
658 | 637 | "throttle-debounce": "5.0.0", |
659 | 638 | "vsls": "1.0.4753" |
660 | 639 | }, |
| 640 | + "description": "VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor", |
661 | 641 | "devDependencies": { |
662 | 642 | "@types/node": "20.11.14", |
663 | 643 | "@types/throttle-debounce": "5.0.2", |
|
671 | 651 | "webpack-cli": "5.1.4", |
672 | 652 | "webpack-merge": "5.10.0" |
673 | 653 | }, |
| 654 | + "displayName": "CodeTour", |
| 655 | + "extensionKind": [ |
| 656 | + "workspace" |
| 657 | + ], |
| 658 | + "homepage": "https://github.com/CodeEditorLand/Environment#readme", |
| 659 | + "icon": "images/icon.png", |
| 660 | + "license": "SEE LICENSE IN LICENSE", |
| 661 | + "main": "./dist/extension-node.js", |
| 662 | + "name": "codetour", |
| 663 | + "private": false, |
674 | 664 | "publishConfig": { |
675 | 665 | "access": "public" |
676 | 666 | }, |
677 | | - "icon": "images/icon.png", |
678 | | - "extensionKind": [ |
679 | | - "workspace" |
680 | | - ] |
| 667 | + "publisher": "playform", |
| 668 | + "repository": { |
| 669 | + "type": "git", |
| 670 | + "url": "git+https://github.com/CodeEditorLand/Environment.git" |
| 671 | + }, |
| 672 | + "scripts": { |
| 673 | + "build": "webpack --mode production", |
| 674 | + "package": "vsce package", |
| 675 | + "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'", |
| 676 | + "vscode:prepublish": "npm run build", |
| 677 | + "watch": "webpack --mode development --watch" |
| 678 | + }, |
| 679 | + "type": "module", |
| 680 | + "version": "0.0.1" |
681 | 681 | } |
0 commit comments