2020-07-13 06:12:00 -04:00
|
|
|
{
|
|
|
|
"name": "github-env-vars-action",
|
2020-11-26 14:44:14 -05:00
|
|
|
"version": "1.3.0",
|
2020-07-13 06:12:00 -04:00
|
|
|
"description": "A GitHub Action to expose useful environment variables.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-07-14 06:06:58 -04:00
|
|
|
"lint": "eslint *.js",
|
|
|
|
"test": "jest",
|
|
|
|
"build": "ncc build index.js"
|
2020-07-13 06:12:00 -04:00
|
|
|
},
|
|
|
|
"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": {
|
2020-10-05 02:54:23 -04:00
|
|
|
"@actions/core": "^1.2.6"
|
2020-07-14 06:06:58 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-28 01:55:01 -05:00
|
|
|
"@vercel/ncc": "^0.25.1",
|
2020-11-26 14:44:14 -05:00
|
|
|
"eslint": "^7.14.0",
|
2020-07-14 06:06:58 -04:00
|
|
|
"eslint-config-google": "^0.14.0",
|
2020-11-26 14:44:14 -05:00
|
|
|
"jest": "^26.6.3"
|
2020-07-13 06:12:00 -04:00
|
|
|
}
|
|
|
|
}
|