|
| 1 | +{ |
| 2 | + "name": "@azure-tools/test-credential", |
| 3 | + "version": "1.0.0", |
| 4 | + "sdk-type": "utility", |
| 5 | + "description": "Test utilities library that provides the test credential", |
| 6 | + "main": "dist/index.js", |
| 7 | + "module": "dist-esm/src/index.js", |
| 8 | + "types": "./types/latest/src/index.d.ts", |
| 9 | + "engines": { |
| 10 | + "node": ">=12.0.0" |
| 11 | + }, |
| 12 | + "scripts": { |
| 13 | + "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", |
| 14 | + "build": "npm run clean && tsc -p . && rollup -c 2>&1", |
| 15 | + "build:samples": "echo Skipped.", |
| 16 | + "build:test": "echo not needed", |
| 17 | + "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", |
| 18 | + "clean": "rimraf dist dist-* types *.tgz *.log", |
| 19 | + "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", |
| 20 | + "integration-test:browser": "echo skipped", |
| 21 | + "integration-test:node": "echo skipped", |
| 22 | + "integration-test": "npm run integration-test:node && npm run integration-test:browser", |
| 23 | + "lint:fix": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts --fix --fix-type [problem,suggestion]", |
| 24 | + "lint": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts", |
| 25 | + "pack": "npm pack 2>&1", |
| 26 | + "unit-test:browser": "echo skipped", |
| 27 | + "unit-test:node": "echo skipped", |
| 28 | + "unit-test": "npm run unit-test:node && npm run unit-test:browser", |
| 29 | + "test:browser": "npm run clean && npm run build npm run unit-test:browser", |
| 30 | + "test:node": "npm run clean && npm run build && npm run unit-test:node", |
| 31 | + "test": "npm run clean && npm run build && npm run unit-test" |
| 32 | + }, |
| 33 | + "files": [ |
| 34 | + "dist/", |
| 35 | + "dist-esm/src/", |
| 36 | + "types/src/index.d.ts", |
| 37 | + "README.md", |
| 38 | + "LICENSE" |
| 39 | + ], |
| 40 | + "repository": "github:Azure/azure-sdk-for-js", |
| 41 | + "keywords": [ |
| 42 | + "Azure", |
| 43 | + "cloud", |
| 44 | + "test", |
| 45 | + "framework" |
| 46 | + ], |
| 47 | + "author": "Microsoft Corporation", |
| 48 | + "license": "MIT", |
| 49 | + "bugs": { |
| 50 | + "url": "https://github.com/Azure/azure-sdk-for-js/issues" |
| 51 | + }, |
| 52 | + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/test-utils/test-credential/README.md", |
| 53 | + "sideEffects": false, |
| 54 | + "private": true, |
| 55 | + "dependencies": { |
| 56 | + "@azure/core-auth": "^1.3.2", |
| 57 | + "@azure-tools/test-recorder": "^1.0.0", |
| 58 | + "@azure/identity": "^2.0.1" |
| 59 | + }, |
| 60 | + "devDependencies": { |
| 61 | + "@azure/dev-tool": "^1.0.0", |
| 62 | + "@azure/eslint-plugin-azure-sdk": "^3.0.0", |
| 63 | + "@types/node": "^12.0.0", |
| 64 | + "eslint": "^7.15.0", |
| 65 | + "prettier": "^1.16.4", |
| 66 | + "rimraf": "^3.0.0", |
| 67 | + "rollup": "^1.16.3", |
| 68 | + "typescript": "~4.2.0" |
| 69 | + } |
| 70 | +} |
0 commit comments