{
	"name": "@govtechsg/singpass-myinfo-oidc-helper",
	"version": "9.1.0",
	"description": "Helper for building a Relying Party to integrate with Singpass OIDC and MyInfo person basic API",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"repository": "github:GovTechSG/singpass-myinfo-oidc-helper",
	"bugs": "https://github.com/GovTechSG/singpass-myinfo-oidc-helper/issues",
	"license": "MIT",
	"scripts": {
		"prepare": "npx husky",
		"prepublishOnly": "npm run build",
		"test": "./shared-scripts/jest-test-unit-integration.sh",
		"test:ext": "./shared-scripts/jest-test-external.sh",
		"lint": "./shared-scripts/es-lint.sh './**/*.ts'",
		"build": "./scripts/build.sh && ./scripts/build-types.sh",
		"generate-myinfo-typings": "ts-node --project ./shared-config/script.tsconfig.json ./scripts/generate-myinfo-typings"
	},
	"lint-staged": {
		"*.ts": [
			"./shared-scripts/es-lint.sh"
		]
	},
	"dependencies": {
		"@js-joda/core": "^5.6.1",
		"@js-joda/timezone": "^2.18.2",
		"axios": "~1.18.0",
		"https-proxy-agent": "^7.0.3",
		"is-base64": "^1.1.0",
		"jsonwebtoken": "^9.0.2",
		"lodash": "^4.17.21",
		"node-jose": "^2.2.0",
		"nonce": "^1.0.4",
		"openid-client": "^5.7.1",
		"proxy-agent": "^6.4.0",
		"rosie": "^2.1.1"
	},
	"devDependencies": {
		"@eslint/js": "^10.0.0",
		"@types/jest": "^29.5.12",
		"@types/jsonwebtoken": "^9.0.5",
		"@types/lodash": "^4.14.202",
		"@types/node": "^18.19.15",
		"@types/node-jose": "^1.1.13",
		"@types/rosie": "0.0.45",
		"dotenv": "^16.4.3",
		"dtsgenerator": "^3.19.1",
		"eslint": "^10.0.0",
		"eslint-config-prettier": "^10.0.0",
		"eslint-import-resolver-typescript": "^4.4.4",
		"eslint-plugin-import-x": "^4.0.0",
		"eslint-plugin-jsdoc": "^62.0.0",
		"eslint-plugin-prefer-arrow": "^1.2.3",
		"eslint-plugin-sonarjs": "^4.0.0",
		"globals": "^17.0.0",
		"handlebars": "^4.7.8",
		"husky": "^9.0.10",
		"jest": "^29.7.0",
		"jest-bamboo-reporter": "^1.3.0",
		"jest-junit": "^16.0.0",
		"lint-staged": "^15.2.2",
		"nock": "^13.5.1",
		"prettier": "^3.2.5",
		"shelljs": "~0.8.5",
		"ts-jest": "^29.1.2",
		"ts-node": "^10.9.2",
		"tsc-alias": "^1.8.16",
		"typescript": "^5.3.3",
		"typescript-eslint": "^8.58.0",
		"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
	}
}
