Add
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "@janishutz/login-sdk-server-stubs",
|
||||
"version": "1.0.1",
|
||||
"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": "^9.34.0",
|
||||
"@stylistic/eslint-plugin": "^4.4.1",
|
||||
"eslint-plugin-vue": "^10.4.0",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript-eslint": "^8.42.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/express-session": "^1.18.2",
|
||||
"express": "^4.19.2",
|
||||
"express-session": "^1.18.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user