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.

37 lines
992 B
JSON

{
"name": "playchoo-auth",
"version": "1.0.0",
"description": "SwissOID authentication service for Playchoo",
"main": "build/src/index.js",
"type": "commonjs",
"scripts": {
"start": "npm run build:prod && node ./build/src/index.js",
"build": "npm run build:prod",
"build:prod": "./node_modules/typescript/bin/tsc --project tsconfig.prod.json",
"build:test": "./node_modules/typescript/bin/tsc --project tsconfig.test.json",
"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",
"swiss-army-knifey": "^1.36.4",
"swissoid-back": "^2.3.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.13.14",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}