You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
793 B
JSON
32 lines
793 B
JSON
{
|
|
"name": "playchoo-auth",
|
|
"version": "1.0.0",
|
|
"description": "SwissOID authentication service for Playchoo",
|
|
"main": "build/src/index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build:prod": "tsc",
|
|
"start": "node build/src/index.js",
|
|
"dev": "ts-node src/index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["swissoid", "auth", "oidc"],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"di-why": "^0.20.1",
|
|
"express": "^5.1.0",
|
|
"express-knifey": "^1.1.3",
|
|
"ioredis": "^5.8.1",
|
|
"swissoid-back": "^2.2.5",
|
|
"swiss-army-knifey": "^1.36.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.11.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|