UNPKG

@al/session

Version:

A client for maintaining Alert Logic session data

72 lines (71 loc) 1.96 kB
{ "name": "@al/session", "version": "1.2.7", "license": "MIT", "description": "A client for maintaining Alert Logic session data", "author": { "name": "Alert Logic NPM Team", "email": "npm@alertlogic.com" }, "keywords": [ "Alert Logic", "Session", "Client" ], "maintainers": [ { "name": "Alert Logic NPM Team", "email": "npm@alertlogic.com" } ], "repository": { "type": "git", "url": "https://github.com/alertlogic/session-client" }, "main": "./dist/umd/index.js", "module": "./dist/commonjs/index.js", "types": "./dist/typings/index.d.ts", "scripts": { "test": "karma start", "test-watch": "karma start --no-single-run --auto-watch", "build-dev": "npm run clean && tsc && webpack --mode=development", "build": "webpack", "prebuild": "npm run clean && npm run lint && tsc", "lint": "tslint -p tsconfig.json -c tslint.json", "clean": "rm -rf dist", "prepublishOnly": "npm run build", "interactive": "npm run build && node -i -e \"const ALSession = require('./dist/commonjs/index.js').ALSession;\"" }, "devDependencies": { "@types/auth0-js": "^8.10.1", "@types/chai": "^4.2.11", "@types/mocha": "^5.2.5", "@types/sinon": "^7.5.2", "chai": "^4.2.0", "karma": "^4.0.0", "karma-chrome-launcher": "^2.2.0", "karma-cli": "^2.0.0", "karma-mocha": "^1.3.0", "karma-typescript": "^3.0.13", "mocha": "^5.2.0", "peer-deps-externals-webpack-plugin": "^1.0.4", "sinon": "^7.3.2", "tslint": "^5.12.1", "tslint-config-airbnb": "^5.11.1", "typescript": "^3.8.2", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-node-externals": "^1.7.2" }, "dependencies": { "@al/aims": "^1.1.5", "@al/client": "^1.1.13", "@al/common": "^1.2.10", "@al/subscriptions": "^1.1.7", "auth0-js": "^9.12.2" }, "peerDependencies": {}, "files": [ "dist" ] }