38 lines
840 B
JSON
38 lines
840 B
JSON
{
|
|
"name": "load-secrets-action",
|
|
"version": "1.1.0",
|
|
"description": "Load Secrets from 1Password",
|
|
"main": "dist/index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "ncc build src/index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/1Password/load-secrets-action.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"1password",
|
|
"load secrets",
|
|
"connect"
|
|
],
|
|
"author": "1Password",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/1Password/load-secrets-action/issues"
|
|
},
|
|
"homepage": "https://github.com/1Password/load-secrets-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.5.0",
|
|
"@actions/exec": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.7.10",
|
|
"@vercel/ncc": "^0.30.0",
|
|
"typescript": "^4.4.2"
|
|
}
|
|
}
|