oauth2-provider/package.json

26 lines
636 B
JSON
Raw Permalink Normal View History

2022-02-25 16:31:59 +00:00
{
"name": "@icynet/oauth2-provider",
2023-10-10 16:50:12 +00:00
"version": "1.0.8",
2022-02-25 16:31:59 +00:00
"description": "OAuth2.0 Provider for Icy Network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Evert <evert@lunasqu.ee>",
"license": "MIT",
"devDependencies": {
2023-10-10 16:50:12 +00:00
"@types/express": "^4.17.18",
"@types/express-session": "^1.17.8",
"@types/node": "^20.8.4",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
2022-02-25 16:31:59 +00:00
},
"dependencies": {
2023-10-10 16:50:12 +00:00
"express": "^4.18.2",
"express-session": "^1.17.3"
2022-02-25 16:31:59 +00:00
}
}