@octopusdeploy/step-packages-public-feed-encryption
Version:
A package that facilitates the generation of an encrypted signature for step package public feed. The encryption method follows the convention of [AWS Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html).
35 lines • 1.15 kB
JSON
{
"name": "@octopusdeploy/step-packages-public-feed-encryption",
"version": "0.2.3",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"keywords": [
"step",
"feed",
"octopus",
"authentication"
],
"devDependencies": {
"jest": "26.6.3",
"jest-expect-message": "1.0.2",
"jest-extended": "0.11.5",
"jest-junit": "13.0.0",
"jest-runner-eslint": "0.11.1",
"ts-jest": "26.5.6"
},
"jest-junit": {
"outputDirectory": "test-results",
"outputName": "jest-junit.xml",
"ancestorSeparator": " › ",
"uniqueOutputName": "false",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
},
"scripts": {
"build": "tsc --declaration --project ./tsconfig.json",
"ci:build": "tsc --declaration --project ./tsconfig.json",
"test": "jest --maxWorkers 4 --testTimeout 60000 --json --testPathIgnorePatterns \"dist\",\"node_modules\" --outputFile=./results.json",
"ci:test": "jest --maxWorkers 4 --testTimeout 60000 --testPathIgnorePatterns \"dist\",\"node_modules\" --outputFile=./results.xml --reporters=\"jest-junit\""
}
}