mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-06 01:05:50 -05:00
34 lines
867 B
JSON
34 lines
867 B
JSON
{
|
|
"name": "github-env-vars-action",
|
|
"version": "2.1.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.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.25.1",
|
|
"eslint": "^7.14.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|