Files
msvc-dev-cmd/package.json
T

37 lines
850 B
JSON
Raw Normal View History

2019-10-01 22:13:57 +03:00
{
"name": "msvc-dev-cmd",
2020-12-13 15:07:07 +09:00
"version": "1.5.0",
2019-10-01 22:13:57 +03:00
"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
}
}