40 строки
1.1 KiB
JSON
40 строки
1.1 KiB
JSON
{
|
|
"name": "@azure-tools/js-sdk-release-tools",
|
|
"version": "2.4.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "node dist/changelogToolCli.js",
|
|
"debug": "node --inspect-brk dist/changelogToolCli.js",
|
|
"build": "rimraf dist && tsc -p .",
|
|
"prepack": "npm run build"
|
|
},
|
|
"bin": {
|
|
"changelog-tool": "./dist/changelogToolCli.js",
|
|
"hlc-code-gen": "./dist/hlcCodeGenCli.js",
|
|
"hlc-code-gen-for-pipeline": "./dist/autoGenerateInPipeline.js",
|
|
"code-gen-pipeline": "./dist/autoGenerateInPipeline.js",
|
|
"rlc-code-gen": "./dist/rlcCodegenCli.js"
|
|
},
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure-tools/openapi-tools-common": "^1.2.2",
|
|
"@ts-common/azure-js-dev-tools": "^22.4.22",
|
|
"colors": "1.4.0",
|
|
"command-line-args": "^5.1.1",
|
|
"comment-json": "^4.1.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-ts-to-ast": "^0.1.1",
|
|
"semver": "^7.3.5",
|
|
"shelljs": "^0.8.4",
|
|
"simple-git": "^3.5.0",
|
|
"ts-morph": "^12.0.0",
|
|
"tslib": "^1.9.3",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|