@m3ntorship/pickly-protector
Version:
oAuth2 protector for pickly services based on firebase authentication
44 lines (43 loc) • 1.18 kB
JSON
{
"name": "@m3ntorship/pickly-protector",
"version": "0.0.4",
"description": "oAuth2 protector for pickly services based on firebase authentication",
"engines": {
"node": ">= 12.13"
},
"main": "build/src/main.js",
"devDependencies": {
"@types/jest": "~26.0.10",
"@types/node": "~12.12",
"@typescript-eslint/eslint-plugin": "~3.9.1",
"@typescript-eslint/parser": "~3.9.1",
"eslint": "~7.7.0",
"eslint-config-prettier": "~6.11.0",
"eslint-plugin-jest": "~23.20.0",
"jest": "~26.4.2",
"prettier": "~2.0.5",
"rimraf": "~3.0.2",
"ts-jest": "~26.2.0",
"ts-node": "^9.0.0",
"tsutils": "~3.17.0",
"typescript": "~4.0.2"
},
"scripts": {
"clean": "rimraf coverage build tmp",
"build": "tsc -p tsconfig.release.json",
"build:watch": "tsc -w -p tsconfig.release.json",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"author": "m3ntorship team <m3ntorship.com@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"firebase-admin": "^9.3.0",
"tslib": "~2.0.1"
},
"volta": {
"node": "12.18.3",
"npm": "6.14.5"
}
}