@autorest/go
Version:
AutoRest Go Generator
80 lines (79 loc) • 2.47 kB
JSON
{
"name": "@autorest/go",
"version": "4.0.0-preview.72",
"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": ">=12.0.0"
},
"files": [
"dist/**",
"!dist/test/**"
],
"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",
"prepare": "npm run build",
"test": "jest --ci --passWithNoTests",
"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"
},
"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": {
"@types/js-yaml": "~4.0.6",
"@types/node": "^18.16.3",
"typescript": "~5.1.3",
"@typescript-eslint/eslint-plugin": "~4.1.1",
"@typescript-eslint/parser": "~4.1.1",
"@microsoft.azure/autorest.testserver": "3.3.49",
"eslint": "~6.6.0",
"@autorest/extension-base": "~3.5.2",
"@azure-tools/codegen": "~2.9.2",
"@autorest/codemodel": "~4.19.3",
"jest": "~27.0.6",
"ts-jest": "~27.0.4",
"@types/jest": "~26.0.24"
},
"dependencies": {
"@azure-tools/async-io": "~3.0.0",
"@autorest/extension-base": "~3.5.2",
"@azure-tools/codegen": "~2.9.2",
"@autorest/codemodel": "~4.19.3",
"@azure-tools/linq": "~3.1.0",
"@azure-tools/tasks": "~3.0.0",
"@types/html-to-text": "^5.1.2",
"@types/showdown": "^1.9.3",
"html-to-text": "^5.1.1",
"js-yaml": "~4.1.0",
"showdown": "^1.9.1",
"source-map-support": "0.5.21"
}
}