Files
msvc-dev-cmd/package.json
T
Alexei Lozovsky 62f16bb530 msvc-dev-cmv v1.8.1
Also updating and adding whatever the new version of npm wants to be
updated and added in its package files. This should not affect the
behavior of the action.
2021-05-26 22:40:20 +09:00

36 lines
819 B
JSON

{
"name": "msvc-dev-cmd",
"version": "1.8.1",
"description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
"main": "index.js",
"scripts": {
"lint": "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": {
"@actions/core": "^1.2"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}