112 строки
3.5 KiB
JSON
112 строки
3.5 KiB
JSON
{
|
|
"name": "@azure/arm-commerce-profile-2020-09-01-hybrid",
|
|
"sdk-type": "mgmt",
|
|
"author": "Microsoft Corporation",
|
|
"description": "A generated SDK for UsageManagementClient.",
|
|
"version": "2.1.1",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@azure/core-auth": "^1.3.0",
|
|
"@azure/core-client": "^1.6.1",
|
|
"@azure/core-paging": "^1.2.0",
|
|
"@azure/core-rest-pipeline": "^1.8.0",
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"azure",
|
|
"typescript",
|
|
"browser",
|
|
"isomorphic"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist-esm/src/index.js",
|
|
"types": "./types/arm-commerce-profile-2020-09-01-hybrid.d.ts",
|
|
"devDependencies": {
|
|
"@azure-tools/test-credential": "^1.0.0",
|
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
"@azure/dev-tool": "^1.0.0",
|
|
"@azure/identity": "^4.0.1",
|
|
"@types/chai": "^4.2.8",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"chai": "^4.2.0",
|
|
"dotenv": "^16.0.0",
|
|
"mocha": "^10.0.0",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "~5.6.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Azure/azure-sdk-for-js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
},
|
|
"files": [
|
|
"dist/**/*.js",
|
|
"dist/**/*.js.map",
|
|
"dist/**/*.d.ts",
|
|
"dist/**/*.d.ts.map",
|
|
"dist-esm/**/*.js",
|
|
"dist-esm/**/*.js.map",
|
|
"dist-esm/**/*.d.ts",
|
|
"dist-esm/**/*.d.ts.map",
|
|
"src/**/*.ts",
|
|
"README.md",
|
|
"LICENSE",
|
|
"tsconfig.json",
|
|
"review/*",
|
|
"CHANGELOG.md",
|
|
"types/*"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api",
|
|
"build:browser": "echo skipped",
|
|
"build:node": "echo skipped",
|
|
"build:samples": "echo skipped.",
|
|
"build:test": "echo skipped",
|
|
"check-format": "echo skipped",
|
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
"execute:samples": "echo skipped",
|
|
"extract-api": "dev-tool run extract-api",
|
|
"format": "echo skipped",
|
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
"integration-test:browser": "echo skipped",
|
|
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
|
"lint": "echo skipped",
|
|
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
"pack": "npm pack 2>&1",
|
|
"prepack": "npm run build",
|
|
"test": "npm run integration-test",
|
|
"test:browser": "echo skipped",
|
|
"test:node": "echo skipped",
|
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
"unit-test:browser": "echo skipped",
|
|
"unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
|
|
"update-snippets": "echo skipped"
|
|
},
|
|
"sideEffects": false,
|
|
"//metadata": {
|
|
"constantPaths": [
|
|
{
|
|
"path": "src/usageManagementClient.ts",
|
|
"prefix": "packageDetails"
|
|
}
|
|
]
|
|
},
|
|
"autoPublish": true,
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid",
|
|
"//sampleConfiguration": {
|
|
"productName": "",
|
|
"productSlugs": [
|
|
"azure"
|
|
],
|
|
"disableDocsMs": true,
|
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-commerce-profile-2020-09-01-hybrid?view=azure-node-preview"
|
|
}
|
|
}
|