Files
msvc-dev-cmd/package.json
T
ilammy aa189b6b13 Refresh dependencies
It's not like we need any new features, but let's bump the versions
because we are in JavaScript land.

Also, run "npm audit" regularly, just in case a serious vulnerability
is discovered.
2020-02-12 00:19:19 +02:00

37 lines
850 B
JSON

{
"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": {
"@actions/core": "^1.2"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}