oidc client changes

This commit is contained in:
Sourav Chanduka
2021-07-20 08:58:34 +05:30
parent 1322acbcca
commit f7330892f1
13 changed files with 15328 additions and 1298 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@dwivedine/oidc-client",
"name": "@souravchanduka/oidc-client",
"version": "1.0.9",
"description": "To get id token from oidc provider",
"main": "lib/main.js",
@@ -10,18 +10,24 @@
"format-check": "prettier --check **/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run package && npm test"
"all": "npm run build && npm run format && npm run package && npm test",
"tsc":"tsc",
"type": "module"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwivedine/toolkit.git"
"url": "git+https://github.com/souravchanduka/toolkit.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Neha Dwivedi",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"author": "Sourav Chanduka",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
@@ -42,5 +48,9 @@
"prettier": "2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}
},
"bugs": {
"url": "https://github.com/souravchanduka/toolkit/issues"
},
"homepage": "https://github.com/souravchanduka/toolkit#readme"
}