2019-10-01 22:13:57 +03:00
|
|
|
{
|
|
|
|
|
"name": "msvc-dev-cmd",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint index.js",
|
|
|
|
|
"test": "eslint index.js"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/ilammy/msvc-dev-cmd.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"GitHub",
|
|
|
|
|
"Actions",
|
|
|
|
|
"Developer Command Prompt",
|
|
|
|
|
"Microsoft Visual Studio",
|
|
|
|
|
"Microsoft Visual C++",
|
|
|
|
|
"Visual Studio",
|
|
|
|
|
"Visual C++",
|
|
|
|
|
"vcvarsall.bat"
|
|
|
|
|
],
|
|
|
|
|
"author": "ilammy <me@ilammy.net>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/ilammy/msvc-dev-cmd/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/ilammy/msvc-dev-cmd#readme",
|
|
|
|
|
"dependencies": {
|
2020-02-12 00:13:40 +02:00
|
|
|
"@actions/core": "^1.2"
|
2019-10-01 22:13:57 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-02-12 00:13:40 +02:00
|
|
|
"eslint": "^6.8.0"
|
2019-10-01 22:13:57 +03:00
|
|
|
}
|
|
|
|
|
}
|