37 lines
954 B
JSON
37 lines
954 B
JSON
{
|
|
"name": "@janishutz/login-sdk-server-stubs",
|
|
"version": "1.4.0",
|
|
"description": "Server side client stubs for janishutz.com account service",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.janishutz.com/janishutz/oauth-sdk.git"
|
|
},
|
|
"keywords": [
|
|
"oauth",
|
|
"server"
|
|
],
|
|
"author": "Janis Hutz",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://git.janishutz.com/janishutz/oauth-sdk/issues"
|
|
},
|
|
"homepage": "https://git.janishutz.com/janishutz/oauth-sdk#readme",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"@types/express-session": "^1.19.0",
|
|
"eslint": "^10.9.1",
|
|
"eslint-plugin-vue": "^10.10.0",
|
|
"globals": "^17.12.0",
|
|
"typescript-eslint": "^8.69.0"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.2.1",
|
|
"express-session": "^1.19.0"
|
|
}
|
|
}
|