@curity/token-handler-js-assistant
Version:
Curity Token Handler JavaScript helper library
38 lines (37 loc) • 823 B
JSON
{
"name": "@curity/token-handler-js-assistant",
"version": "1.2.2",
"description": "Curity Token Handler JavaScript helper library",
"main": "lib/token-handler-assistant-lib.js",
"types": "lib/index.d.ts",
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"test": "jest"
},
"keywords": [
"curity",
"js",
"assistant",
"token handler",
"oauth agent",
"oauth"
],
"files": [
"lib"
],
"author": "Curity AB",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^29.4.0",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1"
}
}