mirror of https://github.com/aminya/setup-cpp
34 lines
609 B
JSON
34 lines
609 B
JSON
{
|
|
"name": "exec-powershell",
|
|
"version": "1.0.0",
|
|
"description": "Run a powershell command.",
|
|
"homepage": "https://github.com/aminya/setup-cpp",
|
|
"license": "Apache-2.0",
|
|
"author": "Amin Yahyaabadi",
|
|
"main": "./dist/index.js",
|
|
"source": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"execa": "<8",
|
|
"which": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/which": "^3.0.0"
|
|
},
|
|
"keywords": [
|
|
"powershell",
|
|
"pwsh",
|
|
"exec",
|
|
"execa",
|
|
"spawn",
|
|
"system",
|
|
"github-actions",
|
|
"github",
|
|
"actions",
|
|
"gitlab",
|
|
"ci"
|
|
]
|
|
}
|