Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 9, 2024
1 parent 4344676 commit d454d33
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"activationEvents": [
"onStartupFinished",
"onNotebookEditor:codetour"
],
"name": "codetour",
"displayName": "CodeTour",
"description": "VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor",
"main": "./dist/extension-node.js",
"browser": "./dist/extension-web.js",
"scripts": {
"build": "webpack --mode production"
},
"contributes": {
"commands": [
{
Expand Down Expand Up @@ -619,6 +622,10 @@
}
]
},
"activationEvents": [
"onStartupFinished",
"onNotebookEditor:codetour"
],
"dependencies": {
"@types/jexl": "2.3.4",
"axios": "1.7.9",
Expand All @@ -629,21 +636,14 @@
"throttle-debounce": "5.0.2",
"vsls": "1.0.4753"
},
"description": "VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor",
"devDependencies": {
"@types/node": "22.10.1",
"@types/throttle-debounce": "5.0.2",
"debug": "4.3.7",
"ts-loader": "9.5.1"
},
"displayName": "CodeTour",
"icon": "images/icon.png",
"extensionKind": [
"workspace"
],
"icon": "images/icon.png",
"main": "./dist/extension-node.js",
"name": "codetour",
"scripts": {
"build": "webpack --mode production"
}
]
}

0 comments on commit d454d33

Please sign in to comment.