@targetprocess/tokiny
Version:
Client for easy retrieving access_tokens from Targetprocess Auth service.
53 lines (52 loc) • 1.43 kB
JSON
{
"name": "@targetprocess/tokiny",
"version": "3.10.0",
"description": "Client for easy retrieving access_tokens from Targetprocess Auth service.",
"main": "bin/index.js",
"private": false,
"scripts": {
"build": "tsc --pretty",
"test": "mocha --require ts-node/register --recursive \"src/**/*.spec.ts\"",
"lint": "tslint --project . --format verbose \"src/**/*.ts\" -e \"**/node_modules/**\" -e \"src/**/*.spec.ts\" -e \"src/**/*integration.ts\"",
"lint:fix": "tslint --fix --project . \"src/**/*.ts\" -e \"**/node_modules/**\" -e \"src/**/*.spec.ts\" -e \"src/**/*integration.ts\""
},
"keywords": [
"auth",
"client",
"access_token",
"oauth",
"token"
],
"author": "volkovich@targetprocess.com",
"license": "ISC",
"typings": "bin/index.d.ts",
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"@types/node": "20.9.0",
"chai": "^4.2.0",
"mocha": "^10.1.0",
"prettier": "^2.8.0",
"sinon": "^14.0.2",
"ts-node": "^8.6.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^4.8.4"
},
"dependencies": {
"async-retry": "^1.3.1",
"openid-client": "^5.6.5",
"normalize-url": "4.5.1"
},
"files": [
"bin",
"README.md"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.0.0"
}
}