env/package.json

38 lines
No EOL
939 B
JSON

{
"name": "github-env-vars-action",
"version": "2.8.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",
"engines": {
"node": ">=20"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"jest": "^29.7.0"
}
}