@azure-tools/typespec-java
Version:
TypeSpec library for emitting Java client from the TypeSpec REST protocol binding
110 lines (109 loc) • 3.75 kB
JSON
{
"name": "@azure-tools/typespec-java",
"version": "0.37.4",
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
"keywords": [
"TypeSpec"
],
"author": "Microsoft Corporation",
"homepage": "https://github.com/Azure/autorest.java",
"readme": "https://github.com/Azure/autorest.java/blob/main/typespec-extension/readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/autorest.java.git"
},
"bugs": {
"url": "https://github.com/Azure/autorest.java/issues"
},
"license": "MIT",
"type": "module",
"main": "dist/src/index.js",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
}
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"clean": "rimraf ./dist ./temp",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"test": "vitest run",
"lint": "eslint . --ext .ts --max-warnings=0",
"lint:fix": "eslint . --fix --ext .ts",
"format": "npm run -s prettier -- --write",
"check-format": "npm run prettier -- --check",
"prettier": "prettier --config ./.prettierrc.yaml **/*.ts",
"regen-docs": "npm run build && tspd doc . --enable-experimental --output-dir ./website/src/content/docs/docs/emitters/clients/typespec-java/reference --skip-js"
},
"files": [
"lib/*.tsp",
"dist/**",
"!dist/test/**",
"generator/http-client-generator/target/emitter.jar",
"generator/http-client-generator/target/classes/PerfAutomation.jfc"
],
"peerDependencies": {
"@azure-tools/typespec-autorest": ">=0.63.0 <1.0.0",
"@azure-tools/typespec-azure-core": ">=0.63.0 <1.0.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.63.0 <1.0.0",
"@azure-tools/typespec-azure-rulesets": ">=0.63.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.63.0 <1.0.0",
"@azure-tools/typespec-liftr-base": ">=0.11.0 <1.0.0",
"@typespec/compiler": "^1.7.1",
"@typespec/http": "^1.7.0",
"@typespec/openapi": "^1.7.0",
"@typespec/rest": ">=0.77.0 <1.0.0",
"@typespec/versioning": ">=0.77.0 <1.0.0",
"@typespec/xml": ">=0.77.0 <1.0.0"
},
"dependencies": {
"@autorest/codemodel": "~4.20.1",
"js-yaml": "~4.1.1",
"lodash": "~4.17.21"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.63.0",
"@azure-tools/typespec-azure-core": "0.63.0",
"@azure-tools/typespec-azure-resource-manager": "0.63.0",
"@azure-tools/typespec-azure-rulesets": "0.63.0",
"@azure-tools/typespec-client-generator-core": "0.63.0",
"@azure-tools/typespec-liftr-base": "0.11.0",
"@microsoft/api-extractor": "^7.55.2",
"@types/js-yaml": "~4.0.9",
"@types/lodash": "~4.17.21",
"@types/node": "~25.0.3",
"@typescript-eslint/eslint-plugin": "~8.50.0",
"@typescript-eslint/parser": "~8.50.0",
"@typespec/compiler": "1.7.1",
"@typespec/events": "0.77.0",
"@typespec/http": "1.7.0",
"@typespec/openapi": "1.7.0",
"@typespec/rest": "0.77.0",
"@typespec/sse": "0.77.0",
"@typespec/streams": "0.77.0",
"@typespec/tspd": "0.73.2",
"@typespec/versioning": "0.77.0",
"@typespec/xml": "0.77.0",
"@vitest/coverage-v8": "^4.0.16",
"@vitest/ui": "^4.0.16",
"c8": "~10.1.3",
"eslint": "~9.39.2",
"eslint-plugin-deprecation": "~3.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unicorn": "^62.0.0",
"prettier": "~3.7.4",
"rimraf": "~6.1.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.50.0",
"vitest": "^4.0.16"
},
"overrides": {
"eslint": "~9.39.2",
"@typescript-eslint/eslint-plugin": "~8.50.0",
"@typescript-eslint/parser": "~8.50.0"
}
}