156 lines
5.2 KiB
JSON
156 lines
5.2 KiB
JSON
|
|
{
|
||
|
|
"name": "@azure/keyvault-keys",
|
||
|
|
"sdk-type": "client",
|
||
|
|
"author": "Microsoft Corporation",
|
||
|
|
"version": "4.9.0",
|
||
|
|
"license": "MIT",
|
||
|
|
"description": "Isomorphic client library for Azure KeyVault's keys.",
|
||
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-keys/README.md",
|
||
|
|
"repository": "github:Azure/azure-sdk-for-js",
|
||
|
|
"keywords": [
|
||
|
|
"node",
|
||
|
|
"azure",
|
||
|
|
"cloud",
|
||
|
|
"typescript",
|
||
|
|
"browser",
|
||
|
|
"isomorphic",
|
||
|
|
"keyvault"
|
||
|
|
],
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
||
|
|
},
|
||
|
|
"main": "./dist/commonjs/index.js",
|
||
|
|
"module": "./dist/esm/index.js",
|
||
|
|
"types": "./dist/commonjs/index.d.ts",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18.0.0"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist/",
|
||
|
|
"README.md",
|
||
|
|
"LICENSE"
|
||
|
|
],
|
||
|
|
"browser": "./dist/browser/index.js",
|
||
|
|
"scripts": {
|
||
|
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
||
|
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
||
|
|
"build:samples": "echo Obsolete.",
|
||
|
|
"build:test": "npm run clean && dev-tool run build-package",
|
||
|
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
||
|
|
"clean": "rimraf --glob dist dist-* types *.tgz *.log dist-browser statistics.html coverage && rimraf --glob src/**/*.js && rimraf --glob test/**/*.js",
|
||
|
|
"execute:samples": "dev-tool samples run samples-dev",
|
||
|
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
||
|
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
||
|
|
"generate:client": "autorest --typescript swagger/README.md",
|
||
|
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
||
|
|
"integration-test:browser": "echo skipped",
|
||
|
|
"integration-test:node": "dev-tool run test:vitest --no-test-proxy -- --test-timeout 5000000 --hook-timeout 100000",
|
||
|
|
"lint": "eslint package.json api-extractor.json src test",
|
||
|
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
||
|
|
"pack": "npm pack 2>&1",
|
||
|
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
||
|
|
"test:browser": "echo skipped",
|
||
|
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
||
|
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
||
|
|
"unit-test:browser": "echo skipped",
|
||
|
|
"unit-test:node": "dev-tool run test:vitest -- --test-timeout 100000 --hook-timeout 100000",
|
||
|
|
"update-snippets": "echo skipped"
|
||
|
|
},
|
||
|
|
"sideEffects": false,
|
||
|
|
"//metadata": {
|
||
|
|
"constantPaths": [
|
||
|
|
{
|
||
|
|
"path": "src/generated/keyVaultClient.ts",
|
||
|
|
"prefix": "packageDetails"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "src/constants.ts",
|
||
|
|
"prefix": "SDK_VERSION"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "swagger/README.md",
|
||
|
|
"prefix": "package-version"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"//sampleConfiguration": {
|
||
|
|
"productName": "Azure Key Vault Keys",
|
||
|
|
"productSlugs": [
|
||
|
|
"azure",
|
||
|
|
"azure-key-vault"
|
||
|
|
],
|
||
|
|
"requiredResources": {
|
||
|
|
"Azure Key Vault": "https://docs.microsoft.com/azure/key-vault/quick-create-portal"
|
||
|
|
},
|
||
|
|
"customSnippets": {
|
||
|
|
"prerequisites": "samples-dev/snippets/_prerequisites.md"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@azure/abort-controller": "^2.0.0",
|
||
|
|
"@azure/core-auth": "^1.3.0",
|
||
|
|
"@azure/core-client": "^1.5.0",
|
||
|
|
"@azure/core-http-compat": "^2.0.1",
|
||
|
|
"@azure/core-lro": "^2.2.0",
|
||
|
|
"@azure/core-paging": "^1.1.1",
|
||
|
|
"@azure/core-rest-pipeline": "^1.8.1",
|
||
|
|
"@azure/core-tracing": "^1.0.0",
|
||
|
|
"@azure/core-util": "^1.0.0",
|
||
|
|
"@azure/keyvault-common": "^2.0.0",
|
||
|
|
"@azure/logger": "^1.0.0",
|
||
|
|
"tslib": "^2.2.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@azure-tools/test-credential": "^2.0.0",
|
||
|
|
"@azure-tools/test-recorder": "^4.1.0",
|
||
|
|
"@azure-tools/test-utils-vitest": "^1.0.0",
|
||
|
|
"@azure/dev-tool": "^1.0.0",
|
||
|
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
||
|
|
"@azure/identity": "^4.4.1",
|
||
|
|
"@microsoft/api-extractor": "^7.31.1",
|
||
|
|
"@types/node": "^18.0.0",
|
||
|
|
"@vitest/browser": "^2.1.2",
|
||
|
|
"@vitest/coverage-istanbul": "^2.1.2",
|
||
|
|
"cross-env": "^7.0.2",
|
||
|
|
"dayjs": "^1.10.7",
|
||
|
|
"dotenv": "^16.0.0",
|
||
|
|
"eslint": "^9.9.0",
|
||
|
|
"playwright": "^1.47.2",
|
||
|
|
"rimraf": "^5.0.5",
|
||
|
|
"typescript": "~5.6.2",
|
||
|
|
"vitest": "^2.1.2"
|
||
|
|
},
|
||
|
|
"type": "module",
|
||
|
|
"tshy": {
|
||
|
|
"exports": {
|
||
|
|
"./package.json": "./package.json",
|
||
|
|
".": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"dialects": [
|
||
|
|
"esm",
|
||
|
|
"commonjs"
|
||
|
|
],
|
||
|
|
"esmDialects": [
|
||
|
|
"browser"
|
||
|
|
],
|
||
|
|
"selfLink": false
|
||
|
|
},
|
||
|
|
"exports": {
|
||
|
|
"./package.json": "./package.json",
|
||
|
|
".": {
|
||
|
|
"browser": {
|
||
|
|
"types": "./dist/browser/index.d.ts",
|
||
|
|
"default": "./dist/browser/index.js"
|
||
|
|
},
|
||
|
|
"import": {
|
||
|
|
"types": "./dist/esm/index.d.ts",
|
||
|
|
"default": "./dist/esm/index.js"
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"types": "./dist/commonjs/index.d.ts",
|
||
|
|
"default": "./dist/commonjs/index.js"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|