Removed package config temporarily (#9338)
to avoid the dependabot flagging
This commit is contained in:
Родитель
eec88b5cc1
Коммит
991e31e249
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,145 +0,0 @@
|
|||
{
|
||||
"name": "sdk-automation-core",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation",
|
||||
"email": "azsdkteam@microsoft.com",
|
||||
"url": "https://github.com/Azure/swagger-to-sdk-ts"
|
||||
},
|
||||
"version": "15.0.0",
|
||||
"description": "A TypeScript implementation of the Swagger to SDK service",
|
||||
"tags": [
|
||||
"sdk-automation-core"
|
||||
],
|
||||
"keywords": [
|
||||
"sdk-automation-core"
|
||||
],
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"files": [
|
||||
"lib/**/*.js",
|
||||
"lib/**/*.json",
|
||||
"lib/**/*.js.map",
|
||||
"lib/**/*.d.ts",
|
||||
"lib/**/*.d.ts.map",
|
||||
"lib/**/*.handlebars",
|
||||
"images/**/*",
|
||||
"src/**/*.ts",
|
||||
"schemas/**/*.json",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@azure/identity": "^4.2.0",
|
||||
"@azure/logger-js": "^1.3.2",
|
||||
"@azure/storage-blob": "~12.17.0",
|
||||
"@azure/swagger-validation-common": "^0.20.0",
|
||||
"@octokit/app": "^4.2.0",
|
||||
"@octokit/auth-app": "^2.4.5",
|
||||
"@octokit/core": "^4.0.5",
|
||||
"@octokit/rest": "18.0.3",
|
||||
"@ts-common/azure-js-dev-tools": "^22.4.24",
|
||||
"ajv": "^6.12.6",
|
||||
"autorest": "3.6.1",
|
||||
"convict": "^6.2.4",
|
||||
"difflib": "^0.2.4",
|
||||
"dotenv": "^8.2.0",
|
||||
"filehound": "^1.17.5",
|
||||
"fs-extra": "^9.0.0",
|
||||
"glob": "^7.1.6",
|
||||
"handlebars": "~4.7.7",
|
||||
"js-yaml": "^3.14.0",
|
||||
"jsonc-parser": "^2.3.1",
|
||||
"lodash": "^4.17.20",
|
||||
"openapi-github": "^2.0.7",
|
||||
"pkginfo": "^0.4.1",
|
||||
"prettier": "2.1.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"simple-git": "^3.16.0",
|
||||
"source-map": "0.7.3",
|
||||
"tslib": "1.14.1",
|
||||
"winston": "^3.3.3",
|
||||
"winston-transport": "^4.4.0",
|
||||
"yargs": "~16.2.0"
|
||||
},
|
||||
"overrides": {
|
||||
"@octokit/rest": "18.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.13.0",
|
||||
"@types/chai": "^4.2.11",
|
||||
"@types/convict": "^5.2.0",
|
||||
"@types/difflib": "^0.2.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/js-yaml": "^3.12.5",
|
||||
"@types/lodash": "^4.14.161",
|
||||
"@types/mustache": "4.0.1",
|
||||
"@types/node": "^18.19.8",
|
||||
"@types/prettier": "^2.1.5",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
||||
"@typescript-eslint/parser": "^8.12.2",
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^8.57.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"globals": "^15.11.0",
|
||||
"istanbul-threshold-checker": "~0.2.1",
|
||||
"jest": "~29.7.0",
|
||||
"nyc": "^15.0.1",
|
||||
"pre-commit": "^1.2.2",
|
||||
"source-map-support": "^0.5.19",
|
||||
"ts-jest": "~29.1.1",
|
||||
"ts-node": "9.0.0",
|
||||
"tslint": "^5.20.1",
|
||||
"typescript": "~5.3.3",
|
||||
"typescript-eslint": "^8.12.2"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/swagger-to-sdk-ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:Azure/swagger-to-sdk-ts.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/Azure/swagger-to-sdk-ts/issues"
|
||||
},
|
||||
"pre-commit": [],
|
||||
"mocha": {
|
||||
"colors": true,
|
||||
"require": [
|
||||
"source-map-support/register"
|
||||
],
|
||||
"reporter": "mocha-multi-reporters",
|
||||
"reporter-options": "configFile=mocha.config.json",
|
||||
"spec": "dist/test/**/*.js"
|
||||
},
|
||||
"nyc": {
|
||||
"reporter": [
|
||||
"text",
|
||||
"html",
|
||||
"cobertura"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run clean && tsc && npm run copy",
|
||||
"clean": "rimraf -rf lib",
|
||||
"purge": "rimraf -rf node_modules package-lock.json",
|
||||
"copy": "cd src && find . \\( -name '*.handlebars' -o -name '*.json' \\) -exec cp --parents {} ../lib \\; && cd ..",
|
||||
"watch": "tsc --watch",
|
||||
"test": "jest -c jest.config.integration.js --verbose",
|
||||
"test-ci": "npm run test -- --maxWorkers=8 --ci L0 && npm run test -- --maxWorkers=8 --ci L1",
|
||||
"test-all": "npm run test -- --maxWorkers=8 -u L0 && npm run test -- --maxWorkers=8 -u L1",
|
||||
"clear-github-test-repos": "ts-node ./integrationTest/clearGithubTestRepos.ts",
|
||||
"start": "node lib/cli/cli.js",
|
||||
"build-test": "npm run build && npm test",
|
||||
"check:everything": "ts-node ./.scripts/checkEverything.ts",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"lint-fix": "eslint src/**/*.ts --fix",
|
||||
"test-reportFormat": "jest -c jest.config.js --verbose ./test/reportFormat.test.ts",
|
||||
"test-utils": "jest -c jest.config.js --verbose ./test/utils.test.ts"
|
||||
},
|
||||
"bin": {
|
||||
"sdk-automation-core": "bin/sdk-automation-core"
|
||||
},
|
||||
"sideEffects": false
|
||||
}
|
Загрузка…
Ссылка в новой задаче