74 строки
1.7 KiB
JSON
74 строки
1.7 KiB
JSON
{
|
|
"name": "@microsoft/vcpkg-ce",
|
|
"version": "0.8.0",
|
|
"description": "vcpkg-artifacts",
|
|
"main": "dist/main.js",
|
|
"typings": "dist/exports.d.ts",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"eslint-fix": "eslint . --fix --ext .ts",
|
|
"eslint": "eslint . --ext .ts",
|
|
"build": "tsc -p .",
|
|
"test": "mocha --config ./mocha-config.yaml"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/vcpkg-tool.git"
|
|
},
|
|
"keywords": [
|
|
"vcpkg-artifacts",
|
|
"vcpkg"
|
|
],
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"bundledDependencies": true,
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vcpkg/issues"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"locales"
|
|
],
|
|
"homepage": "https://github.com/Microsoft/vcpkg#readme",
|
|
"readme": "https://github.com/Microsoft/vcpkg/blob/master/readme.md",
|
|
"devDependencies": {
|
|
"@types/cli-progress": "3.11.0",
|
|
"@types/mocha": "9.1.0",
|
|
"@types/node": "^18.15.11",
|
|
"@types/semver": "7.3.9",
|
|
"@types/tar-stream": "^2.2.2",
|
|
"@typescript-eslint/eslint-plugin": "5.10.2",
|
|
"@typescript-eslint/parser": "5.10.2",
|
|
"eslint": "8.8.0",
|
|
"eslint-plugin-notice": "0.9.10",
|
|
"mocha": "9.2",
|
|
"source-map-support": "0.5.21",
|
|
"translate-strings": "1.1.15",
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@snyk/nuget-semver": "1.3.0",
|
|
"chalk": "4.1.2",
|
|
"cli-progress": "3.11.1",
|
|
"semver": "7.5.2",
|
|
"sorted-btree": "1.6.0",
|
|
"strip-ansi": "5.2",
|
|
"vscode-uri": "3.0.3",
|
|
"xml-writer": "1.7.0",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"bundleDependencies": [
|
|
"@snyk/nuget-semver",
|
|
"chalk",
|
|
"cli-progress",
|
|
"semver",
|
|
"sorted-btree",
|
|
"strip-ansi",
|
|
"vscode-uri",
|
|
"xml-writer",
|
|
"yaml"
|
|
]
|
|
}
|