{
	"name": "eg-cas-plugin",
	"version": "1.1.13",
	"description": "Authentication plugin for Express Gateway",
	"main": "./dist/manifest.js",
	"types": "./dist/manifest.d.ts",
	"scripts": {
		"build": "yarn build-ts && yarn lint",
		"start": "node test/gateway.js",
		"serve": "nodemon --watch dist --delay 1 test/gateway.js",
		"watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"yarn watch-ts\" \"yarn serve\"",
		"test": "jest --forceExit --detectOpenHandles",
		"watch-test": "yarn test --watchAll",
		"build-ts": "tsc -p tsconfig.json",
		"watch-ts": "tsc -p tsconfig.json -w",
		"lint": "yarn tslint && yarn prettier",
		"tslint": "tslint --fix -c tslint.json -p tsconfig.json",
		"prettier": "prettier --config .prettierrc --write \"./{lib,test}/**/*.{ts,js}\"",
		"debug": "yarn build && yarn watch-debug",
		"serve-debug": "nodemon --watch dist --delay 1 --inspect test/gateway.js",
		"watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"yarn watch-ts\" \"yarn serve-debug\""
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/C0D1UM/eg-cas-plugin"
	},
	"author": "Jakpat Mingmongkolmitr",
	"license": "Apache-2.0",
	"dependencies": {
		"bcrypt": "^3.0.0",
		"body-parser": "^1.18.3",
		"cors": "^2.8.4",
		"dotenv": "^6.0.0",
		"express-session": "^1.15.6",
		"jsonwebtoken": "^8.3.0",
		"lodash": "^4.17.10",
		"ms": "^2.1.1",
		"passport": "^0.4.0",
		"passport-google-oauth": "^1.0.0",
		"passport-google-oauth20": "^1.0.0",
		"passport-http": "^0.3.0",
		"passport-jwt": "^4.0.0",
		"passport-local": "^1.0.0",
		"pg": "^7.4.3",
		"pg-hstore": "^2.3.2",
		"q": "^1.5.1",
		"reflect-metadata": "^0.1.12",
		"sequelize": "^4.38.0",
		"sequelize-typescript": "^0.6.6-beta.1"
	},
	"devDependencies": {
		"@types/axios": "^0.14.0",
		"@types/bcrypt": "^2.0.0",
		"@types/bluebird": "^3.5.22",
		"@types/body-parser": "^1.17.0",
		"@types/cors": "^2.8.4",
		"@types/dotenv": "^4.0.3",
		"@types/express": "^4.16.0",
		"@types/express-session": "^1.15.10",
		"@types/jest": "^23.3.0",
		"@types/json-schema": "^6.0.1",
		"@types/jsonwebtoken": "^7.2.8",
		"@types/ms": "^0.7.30",
		"@types/passport": "^0.4.6",
		"@types/passport-google-oauth": "^1.0.38",
		"@types/passport-http": "^0.3.6",
		"@types/passport-jwt": "^3.0.1",
		"@types/passport-local": "^1.0.33",
		"@types/q": "^1.5.0",
		"@types/sequelize": "^4.27.24",
		"@types/supertest": "^2.0.5",
		"@types/tough-cookie": "^2.3.3",
		"axios": "^0.18.0",
		"concurrently": "^3.6.0",
		"eslint": "^5.2.0",
		"eslint-config-standard": "^11.0.0",
		"eslint-plugin-import": "^2.8.0",
		"eslint-plugin-node": "^7.0.1",
		"eslint-plugin-promise": "^3.6.0",
		"eslint-plugin-standard": "^3.0.1",
		"express": "^4.16.3",
		"express-gateway": "^1.10.2",
		"jest": "^23.4.0",
		"nodemon": "^1.18.3",
		"prettier": "^1.13.7",
		"ts-jest": "^23.0.1",
		"tslint": "^5.11.0",
		"typescript": "^2.9.2"
	}
}
