2019-10-01 22:13:57 +03:00
|
|
|
{
|
|
|
|
|
"name": "msvc-dev-cmd",
|
2023-02-05 09:03:35 +09:00
|
|
|
"version": "1.12.1",
|
2019-10-01 22:13:57 +03:00
|
|
|
"description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2021-05-26 19:51:43 +08:00
|
|
|
"lint": "eslint index.js"
|
2019-10-01 22:13:57 +03:00
|
|
|
},
|
|
|
|
|
"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": {
|
2023-02-04 23:54:41 +00:00
|
|
|
"@actions/core": "^1.10.0"
|
2019-10-01 22:13:57 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-10-08 00:02:35 +09:00
|
|
|
"eslint": "^7"
|
2019-10-01 22:13:57 +03:00
|
|
|
}
|
|
|
|
|
}
|