mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-06 01:05:50 -05:00
35 lines
900 B
JSON
35 lines
900 B
JSON
{
|
|
"name": "github-env-vars-action",
|
|
"version": "2.3.0",
|
|
"description": "A GitHub Action to expose useful environment variables.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint *.js",
|
|
"test": "jest",
|
|
"build": "ncc build index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FranzDiebold/github-env-vars-action.git"
|
|
},
|
|
"keywords": [
|
|
"Environment variables",
|
|
"GitHub Action"
|
|
],
|
|
"author": "Franz Diebold",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/FranzDiebold/github-env-vars-action/issues"
|
|
},
|
|
"homepage": "https://github.com/FranzDiebold/github-env-vars-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.7",
|
|
"@actions/github": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.28.5",
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|