UNPKG

@autorest/go

Version:
77 lines 2.42 kB
{ "name": "@autorest/go", "version": "4.0.0-preview.73", "description": "AutoRest Go Generator", "main": "dist/autorest.go/src/main.js", "type": "module", "typings": "dist/autorest.go/src/main.d.ts", "directories": { "doc": "docs" }, "engines": { "node": ">=20.0.0" }, "files": [ "dist/**", "!dist/test/**" ], "repository": { "type": "git", "url": "git+https://github.com/Azure/autorest.go.git" }, "keywords": [ "AutoRest", "go", "golang", "Cmdlet" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/Azure/autorest.go/issues" }, "homepage": "https://github.com/Azure/autorest.go#readme", "readme": "https://github.com/Azure/autorest.go/blob/main/readme.md", "devDependencies": { "@autorest/codemodel": "~4.19.3", "@autorest/extension-base": "~3.5.2", "@azure-tools/codegen": "^2.10.0", "@eslint/js": "^9.24.0", "@microsoft.azure/autorest.testserver": "3.3.50", "@types/node": "^20.17.32", "@vitest/coverage-v8": "^3.1.1", "@vitest/ui": "^3.1.1", "eslint": "^9.24.0", "typescript": "^5.1.6", "typescript-eslint": "^8.30.1", "vitest": "^3.1.1" }, "dependencies": { "@autorest/codemodel": "~4.19.3", "@autorest/extension-base": "~3.5.2", "@azure-tools/async-io": "~3.0.0", "@azure-tools/codegen": "^2.10.0", "@azure-tools/linq": "^3.1.263", "@azure-tools/tasks": "~3.0.0", "@types/html-to-text": "^5.1.2", "@types/showdown": "^1.9.3", "html-to-text": "^5.1.1", "showdown": "^1.9.1", "source-map-support": "0.5.21" }, "scripts": { "start": "node --max_old_space_size=4096 ./dist/autorest.go/src/main.js", "debug": "node --max_old_space_size=4096 --inspect-brk ./dist/autorest.go/src/main.js", "eslint-fix": "eslint . --fix --ext .ts", "eslint": "eslint . --ext .ts", "build": "tsc -p .", "start-testserver": "./node_modules/.bin/autorest-testserver run", "stop-testserver": "./node_modules/.bin/autorest-testserver stop", "watch": "tsc -p . --watch", "test": "vitest run --pass-with-no-tests", "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", "regenerate": "node .scripts/regeneration.js" } }