{ "name": "hyperc-ext-windows", "displayName": "HyperC for Windows", "description": "Simplified AI planning based on Python and Excel instead of PDDL", "version": "0.0.5", "icon": "resources/logo.png", "publisher": "hyperc", "engines": { "vscode": "^1.49.0" }, "categories": [ "Other" ], "activationEvents": [ "onCommand:extension.createHyperCProject", "onCommand:extension.HyperCGenerateClass", "onCommand:extension.HyperCOpenClasses", "onCommand:extension.HyperCOpenOutput", "onCommand:extension.HyperCOpenInput", "onCommand:extension.HyperCEditModel" ], "main": "./out/extension", "contributes": { "viewsContainers": { "activitybar": [ { "id": "hyperc-tools", "title": "HyperC", "icon": "resources/hcpanel.svg" } ] }, "commands": [ { "command": "extension.createHyperCProject", "title": "HyperC: Create HyperC project" }, { "command": "extension.HyperCGenerateClass", "title": "HyperC: Generate Classes from XLSX" }, { "command": "extension.HyperCOpenClasses", "title": "HyperC: Open Generated Classes" }, { "command": "extension.HyperCOpenOutput", "title": "HyperC: View Output Data" }, { "command": "extension.HyperCOpenInput", "title": "HyperC: View Input Data" }, { "command": "extension.HyperCEditModel", "title": "HyperC: View Input Data" } ], "views": { "hyperc-tools": [ { "id": "hyperc.activities", "name": "HyperC Activities" } ] }, "viewsWelcome": [ { "view": "hyperc.activities", "contents": "Start:\n [New Project in Folder ...](command:extension.createHyperCProject)\n Calculation:\n [Run](command:workbench.action.debug.run)\n [View result in out/main.xlsx](command:extension.HyperCOpenOutput)\n Work on model:\n [View Input main.xlsx](command:extension.HyperCOpenInput)\n [Edit Model main.py](command:extension.HyperCEditModel)\n [Open main.xlsx in Excel](command:workbench.action.tasks.runTask?%5B%22openInputFileEdit%22%5D)\n After updating main.xlsx:\n [Generate Classes from main.xlsx](command:workbench.action.tasks.runTask?%5B%22generateClasses%22%5D)\n Learn about HyperC at [HyperC.ai](https://hyperc.ai).\n This version of HyperC is free for non-commercial use only. Make sure to obtain a commericial use license and get support at [HyperC.com](https://hyperc.com).\nHyperC Bundle v.0.1a" } ] }, "repository": { "type": "git", "url": "git+https://github.com/criticalhop/hyperc-ext-linux.git" }, "author": "CriticalHop Inc.", "license": "CC-BY-NC", "bugs": { "url": "https://github.com/criticalhop/hyperc-ext-linux/issues" }, "homepage": "https://github.com/criticalhop/hyperc-ext-linux#readme", "scripts": { "vscode:prepublish": "npm run build", "build": "tsc -p ./", "watch": "tsc -watch -p ./", "pretest": "npm run build", "test": "node ./out/test/runTest.js", "release": "release-it --disable-metrics --ci", "lint": "tslint -c tslint.json \"src/**/*.ts\" --fix" }, "devDependencies": { "@types/mocha": "^8.0.3", "@types/node": "^14.11.5", "@types/vscode": "^1.49.0", "git-cz": "^4.7.1", "release-it": "^14.0.4", "tslint": "^6.1.3", "typescript": "^4.0.3", "vscode-test": "^1.4.0" }, "dependencies": { "@types/fs-extra": "^9.0.1", "fs-extra": "^9.0.1" }, "extensionDependencies": [ "GrapeCity.gc-excelviewer", "ms-python.python" ], "__metadata": { "id": "f5591cec-2905-4f3a-a80e-bdda4ccdae24", "publisherId": "c6e309b8-93c6-4879-a6cd-23663b2dba23", "publisherDisplayName": "HyperC", "installedTimestamp": 1628272092286 } }