28 lines
648 B
JSON
28 lines
648 B
JSON
{
|
|
"name": "k8s-set-context-action",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "lib/run.js",
|
|
"scripts": {
|
|
"build": "tsc --outDir ./lib --rootDir ./src"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/exec": "^1.0.0",
|
|
"@actions/tool-cache": "^1.0.0",
|
|
"actions-secret-parser": "^1.0.3",
|
|
"js-yaml": "^3.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.4",
|
|
"typescript": "^3.5.2"
|
|
}
|
|
}
|