@azure-tools/typespec-java
Version:
TypeSpec library for emitting Java client from the TypeSpec REST protocol binding
104 lines (103 loc) • 3.35 kB
JSON
{
"name": "@azure-tools/typespec-java",
"version": "0.29.0",
"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"
},
"files": [
"lib/*.tsp",
"dist/**",
"!dist/test/**",
"generator/http-client-generator/target/emitter.jar"
],
"peerDependencies": {
"@azure-tools/typespec-autorest": ">=0.54.0 <1.0.0",
"@azure-tools/typespec-azure-core": ">=0.54.0 <1.0.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.54.0 <1.0.0",
"@azure-tools/typespec-azure-rulesets": ">=0.54.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.54.0 <1.0.0",
"@azure-tools/typespec-liftr-base": ">=0.8.0 <1.0.0",
"@typespec/compiler": "^1.0.0-0",
"@typespec/http": "^1.0.0-0",
"@typespec/openapi": "^1.0.0-0",
"@typespec/rest": ">=0.68.0 <1.0.0",
"@typespec/versioning": ">=0.68.0 <1.0.0",
"@typespec/xml": ">=0.68.0 <1.0.0"
},
"dependencies": {
"@autorest/codemodel": "~4.20.0",
"js-yaml": "~4.1.0",
"lodash": "~4.17.21"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.54.0",
"@azure-tools/typespec-azure-core": "0.54.0",
"@azure-tools/typespec-azure-resource-manager": "0.54.0",
"@azure-tools/typespec-azure-rulesets": "0.54.0",
"@azure-tools/typespec-client-generator-core": "0.54.0",
"@azure-tools/typespec-liftr-base": "0.8.0",
"@types/js-yaml": "~4.0.9",
"@types/lodash": "~4.17.16",
"@types/node": "~22.14.0",
"@typescript-eslint/eslint-plugin": "~8.29.0",
"@typescript-eslint/parser": "~8.29.0",
"@typespec/compiler": "1.0.0-rc.0",
"@typespec/http": "1.0.0-rc.0",
"@typespec/openapi": "1.0.0-rc.0",
"@typespec/rest": "0.68.0",
"@typespec/versioning": "0.68.0",
"@typespec/xml": "0.68.0",
"@typespec/events": "0.68.0",
"@typespec/sse": "0.68.0",
"@typespec/streams": "0.68.0",
"@vitest/coverage-v8": "^3.1.1",
"@vitest/ui": "^3.1.1",
"c8": "~10.1.3",
"eslint": "~9.23.0",
"eslint-plugin-deprecation": "~3.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^58.0.0",
"prettier": "~3.5.3",
"rimraf": "~6.0.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"vitest": "^3.1.1"
},
"overrides": {
"eslint": "~9.23.0"
}
}