env/package.json
2020-07-14 12:06:58 +02:00

33 lines
836 B
JSON

{
"name": "github-env-vars-action",
"version": "1.1.2",
"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.4"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-google": "^0.14.0",
"jest": "^26.1.0"
}
}