mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-04 07:13:16 +08:00
oidc client changes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user