Resolved issues

This commit is contained in:
Sourav Chanduka
2021-07-20 15:56:28 +05:30
parent c45ad60078
commit 53a752919b
4 changed files with 39 additions and 22 deletions

View File

@@ -11,12 +11,12 @@
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run package && npm test",
"tsc":"tsc",
"type": "module"
"tsc":"tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/souravchanduka/toolkit.git"
"url": "git+https://github.com/souravchanduka/toolkit.git",
"directory": "packages/oidc-client"
},
"keywords": [
"actions",
@@ -32,22 +32,20 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.11",
"@octokit/core": "^3.4.0"
"@octokit/core": "^3.4.0",
"jwt-decode":"3.1.2"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@typescript-eslint/parser": "^4.8.1",
"@vercel/ncc": "^0.25.1",
"eslint": "^7.17.0",
"eslint-plugin-github": "^4.1.3",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"js-yaml": "^3.14.0",
"prettier": "2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"typescript": "^4.1.3",
"jwt-decode": "3.1.2"
},
"bugs": {
"url": "https://github.com/souravchanduka/toolkit/issues"