faceit-visa
Version:
A lightweight OAuth2 authentication library for FACEIT integration
56 lines (55 loc) • 1.17 kB
JSON
{
"name": "faceit-visa",
"version": "1.0.2",
"description": "A lightweight OAuth2 authentication library for FACEIT integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"faceit-visa": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"prepublishOnly": "npm run build",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"faceit",
"oauth2",
"authentication",
"gaming",
"express",
"nodejs"
],
"author": "shadi",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"qs": "^6.11.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/qs": "^6.9.0",
"@types/express": "^4.17.0",
"@types/express-session": "^1.18.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0"
},
"peerDependencies": {
"express": "^4.18.0",
"express-session": "^1.18.0"
},
"files": [
"dist",
"templates",
"scripts",
"README.md",
"faceit.png"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shadiflo/faceit-visa.git"
}
}