@azure-tools/typespec-azure-portal-core
Version:
TypeSpec Azure Portal Core library
63 lines • 2.16 kB
JSON
{
"name": "@azure-tools/typespec-azure-portal-core",
"version": "0.59.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Portal Core library",
"license": "MIT",
"homepage": "https://azure.github.io/typespec-azure",
"readme": "https://github.com/Azure/typespec-azure/blob/main/packages/typespec-azure-portal-core/README.md",
"keywords": [
"Azure",
"Portal",
"TypeSpec"
],
"type": "module",
"main": "dist/src/index.js",
"tspMain": "lib/main.tsp",
"exports": {
".": {
"typespec": "./lib/main.tsp",
"default": "./dist/src/index.js"
},
"./testing": {
"default": "./dist/src/testing/index.js"
}
},
"peerDependencies": {
"@azure-tools/typespec-azure-resource-manager": "^0.59.0",
"@typespec/compiler": "^1.3.0"
},
"devDependencies": {
"@types/node": "~24.1.0",
"@vitest/coverage-v8": "^3.1.2",
"@vitest/ui": "^3.1.2",
"c8": "^10.1.3",
"source-map-support": "~0.5.21",
"typescript": "~5.8.2",
"vitest": "^3.1.2",
"@azure-tools/typespec-autorest": "^0.59.0",
"@azure-tools/typespec-azure-core": "^0.59.0",
"@azure-tools/typespec-azure-resource-manager": "^0.59.0",
"@typespec/compiler": "^1.3.0",
"@azure-tools/typespec-client-generator-core": "^0.59.0",
"@typespec/http": "^1.3.0",
"@typespec/library-linter": "^0.73.0",
"@typespec/openapi": "^1.3.0",
"@typespec/rest": "^0.73.0",
"@typespec/tspd": "^0.72.2",
"@typespec/versioning": "^0.73.0"
},
"scripts": {
"clean": "rimraf ./dist ./temp",
"build": "tsc -p . && npm run lint-typespec-library",
"watch": "tsc -p . --watch",
"lint-typespec-library": "tsp compile . --warn-as-error --import @typespec/library-linter --no-emit",
"test": "vitest run",
"test:watch": "vitest -w",
"test:ui": "vitest --ui",
"test:ci": "vitest run --coverage --reporter=junit --reporter=default",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix ",
"regen-docs": "tspd doc . --enable-experimental --output-dir ../../website/src/content/docs/docs/libraries/azure-portal-core/reference"
}
}