mirror of
https://github.com/azure/login.git
synced 2026-03-13 18:17:09 -04:00
36 lines
980 B
JSON
36 lines
980 B
JSON
{
|
|
"name": "actions-secret-parser",
|
|
"version": "1.0.4",
|
|
"description": "Parse and set repository secrets",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"copypackage": "copy package.json lib",
|
|
"dist": "npm run build && npm run copypackage && cd lib && npm publish"
|
|
},
|
|
"keywords": [
|
|
"secret",
|
|
"actions"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/pipelines-appservice-lib.git"
|
|
},
|
|
"author": "Sumiran Aggarwal <suaggar@microsoft.com>",
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/pipelines-appservice-lib/issues"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/pipelines-appservice-lib/tree/master/packages/utility",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.17",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.10",
|
|
"jsonpath": "^1.0.2",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
}
|
|
}
|