@cloudideaas/hydrainstall
Version:
Installs Windows requirements for @cloudideaas/hydra. Hydra is a app generation tool with resulting source code. Generated front-end support for Ionic/Angular. Restful service layer support for .NET Core. Back-end support for SQL Server. Other supported
81 lines (80 loc) • 2.1 kB
JSON
{
"name": "@cloudideaas/hydrainstall",
"displayName": "Hydra Install",
"description": "Installs Windows requirements for @cloudideaas/hydra. Hydra is a app generation tool with resulting source code. Generated front-end support for Ionic/Angular. Restful service layer support for .NET Core. Back-end support for SQL Server. Other supported technologies coming soon as Hydra is highly extensible. Also includes support for mobile capability, Docker, Helm, Azure Devops, and Kubernetes.",
"version": "1.0.71",
"repository": {
"type": "git",
"url": "git+https://github.com/CloudIDEaaS/hydra.git"
},
"keywords": [
"app generation",
"code generation",
"code scaffolding",
".net",
".net core",
"entity framework core",
"sql server",
"mobile app",
"docker",
"microservices",
"helm",
"azure devops",
"kubernetes"
],
"author": "CloudIDEaaS Inc",
"license": "ISSC",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bugs": {
"url": "https://github.com/CloudIDEaaS/hydra/issues"
},
"homepage": "https://github.com/CloudIDEaaS/hydra#readme",
"engines": {
"vscode": "^1.36.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:extension.HydraInstall"
],
"main": "./out/cli.js",
"bin": {
"hydraInstall": "out/cli.js"
},
"contributes": {
"commands": [
{
"command": "extension.HydraInstall",
"title": "HydraInstall"
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile",
"test": "node ./out/test/runTest.js",
"postinstall": "node ./out/postinstall.js"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-bump": "^0.8.0",
"tslint": "^5.12.1",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/node": "^14.10.1",
"colors": "^1.4.0",
"path": "^0.12.7",
"ps-node": "^0.1.6",
"shelljs": "^0.8.2",
"stringbuilder": "0.0.11",
"windows-environment": "^1.0.2",
"yarn": "^1.12.3"
}
}