Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 22, 2024
1 parent 5ee8697 commit 171a0c5
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
{
"name": "azurecli",
"displayName": "Azure CLI Tools",
"version": "0.0.1",
"private": false,
"description": "Tools for developing and running commands of the Azure CLI.",
"homepage": "https://github.com/CodeEditorLand/Foundation#readme",
"bugs": {
"url": "https://github.com/CodeEditorLand/Foundation/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Foundation.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"email": "Hello@Playform.Cloud",
"name": "Playform",
"email": "Hello@Playform.Cloud",
"url": "https://playform.cloud"
},
"bugs": {
"url": "https://github.com/CodeEditorLand/Foundation/issues"
"type": "module",
"main": "./out/src/extension",
"scripts": {
"compile": "tsc -p ./",
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'",
"watch": "tsc -watch -p ./"
},
"contributes": {
"commands": [
Expand Down Expand Up @@ -122,35 +140,17 @@
"jmespath": "0.16.0",
"semver": "7.6.0"
},
"description": "Tools for developing and running commands of the Azure CLI.",
"devDependencies": {
"@types/jmespath": "0.15.2",
"@types/node": "20.11.30",
"@types/semver": "7.5.8",
"@types/vscode": "1.87.0",
"typescript": "5.4.2",
"typescript-esbuild": ""
"typescript-esbuild": "0.4.5"
},
"displayName": "Azure CLI Tools",
"homepage": "https://github.com/CodeEditorLand/Foundation#readme",
"icon": "images/azure_icon.png",
"l10n": "./l10n",
"license": "SEE LICENSE IN LICENSE",
"main": "./out/src/extension",
"name": "azurecli",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Foundation.git"
},
"scripts": {
"compile": "tsc -p ./",
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'",
"watch": "tsc -watch -p ./"
},
"type": "module",
"version": "0.0.1"
"icon": "images/azure_icon.png",
"l10n": "./l10n"
}

0 comments on commit 171a0c5

Please sign in to comment.