UNPKG

@diemtarh/detalex-client-lib

Version:

Detalex sso authentication client library.

51 lines (50 loc) 1.34 kB
{ "name": "@diemtarh/detalex-client-lib", "version": "1.0.17", "description": "Detalex sso authentication client library.", "main": "./dist/index.d.ts", "types": "./dist/types.d.ts", "files": [ "dist" ], "scripts": { "test": "npm run build && NODE_ENV=test node dist/jasmine.js", "test-dev": "nodemon -e ts,js --watch src --exec 'npm run build && cd dist && NODE_ENV=test node jasmine.js'", "build-dev": "tsc -w", "build": "tsc", "publish-patch": "npm run build && npm version patch && npm publish --access public" }, "repository": { "type": "git", "url": "https://github.com/Hammdie/detalex-client-lib.git" }, "author": "Dietmar Hamm", "license": "ISC", "dependencies": { "moment": "^2.24.0", "rxjs": "^6.2.1", "debug": "^4.1.1", "typescript": "^3.8.3" }, "keywords": [ "sso", "jwt", "REACT", "TypeScript" ], "devDependencies": { "@types/core-js": "^2.5.0", "@types/debug": "^4.1.5", "@types/dotenv": "^6.1.1", "@types/es6-promise": "^3.3.0", "@types/jasmine": "^3.5.10", "@types/mockery": "^1.4.29", "@types/node-fetch": "^2.1.1", "dotenv": "^8.2.0", "jasmine": "3.1.0", "jasmine-console-reporter": "^3.0.2", "jasmine-core": "^3.1.0", "mongoose": "^5.9.19", "nodemon": "^2.0.2" } }