Files
msvc-dev-cmd/package.json
T

36 lines
822 B
JSON
Raw Normal View History

2019-10-01 22:13:57 +03:00
{
"name": "msvc-dev-cmd",
2022-10-15 10:03:44 +09:00
"version": "1.13.0-dev",
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": {
2022-08-28 10:38:29 +03:00
"@actions/core": "^1.9.1"
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
}
}