@koex/passport-github
Version:
koex passport-github
81 lines (80 loc) • 1.67 kB
JSON
{
"name": "@koex/passport-github",
"version": "1.0.2",
"description": "koex passport-github",
"keywords": [
"koex",
"passport",
"passport-oauth2",
"passport-github"
],
"author": "zero <tobewhatwewant@gmail.com>",
"homepage": "https://github.com/koexjs/koex#readme",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"jest": {
"roots": [
"__tests__"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coverageThreshold": {
"global": {
"branches": 60,
"functions": 60,
"lines": 60,
"statements": 0
}
},
"preset": "ts-jest"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koexjs/koex.git"
},
"scripts": {
"build": "npm run clean && tsc -p tsconfig.build.json",
"clean": "rm -rf lib",
"test": "jest -w 1",
"coverage": "codecov"
},
"bugs": {
"url": "https://github.com/koexjs/koex/issues"
},
"devDependencies": {
"@koex/core": "^1.0.2",
"@koex/passport": "^1.0.2"
},
"dependencies": {
"@koex/passport-oauth2": "^1.0.2"
},
"gitHead": "cd41b5f0d47da40b1914ce49cb28c6260c63984f"
}