@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
69 lines • 2.16 kB
JSON
{
"name": "@autorest/powershell",
"version": "4.0.745",
"description": "AutoRest PowerShell Cmdlet Generator",
"main": "dist/exports.js",
"typings": "dist/exports.d.ts",
"directories": {
"doc": "docs"
},
"engines": {
"node": ">=10.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/autorest.powershell.git"
},
"keywords": [
"AutoRest",
"PowerShell",
"Cmdlet"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest.powershell/issues"
},
"homepage": "https://github.com/Azure/autorest.powershell#readme",
"readme": "https://github.com/Azure/autorest.powershell/blob/master/README.md",
"devDependencies": {
"@types/js-yaml": "3.12.1",
"@types/mocha": "5.2.5",
"@types/node": "~20.14.0",
"mocha": "10.2.0",
"@testdeck/mocha": "0.3.3",
"typescript": "~5.1.3",
"@types/xmlbuilder": "0.0.34",
"@typescript-eslint/eslint-plugin": "~5.62.0",
"@typescript-eslint/parser": "~5.62.0",
"autorest": "~3.6.3",
"eslint": "~8.12.0"
},
"dependencies": {
"js-yaml": "3.13.1",
"@azure-tools/codegen": "~2.5.276",
"@azure-tools/codegen-csharp": "~3.0.0",
"@azure-tools/codemodel-v3": "~3.1.0",
"@azure-tools/uri": "~3.1.1",
"@autorest/extension-base": "~3.5.2",
"@autorest/codemodel": "~4.19.3",
"@azure-tools/linq": "~3.1.0",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/async-io": "~3.0.0",
"source-map-support": "0.5.13",
"xmlbuilder": "10.1.1",
"ejs": "~3.1.8"
},
"scripts": {
"start": "node --max_old_space_size=4096 ./dist/main.js",
"debug": "node --max_old_space_size=4096 --inspect-brk ./dist/main.js",
"eslint-fix": "eslint . --fix --ext .ts",
"eslint": "eslint . --ext .ts",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"test": "npm run build && mocha dist/test",
"clean": "ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash",
"clean-cmd": "if exist dist rmdir /s /q dist && exit 0 || exit 0 ",
"clean-bash": "rm nul && rm -rf dist && exit 0 || exit 0"
}
}