{ "name": "@apihub24/authentication", "version": "1.0.1", "description": "", "main": "dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "rimraf ./dist && tsc", "pub": "npm publish", "rel": "npm i && npm run build" }, "devDependencies": { "rimraf": "^6.0.1", "typescript": "^5.9.2" }, "keywords": [], "author": { "email": "markusmorgenstern87@outlook.de", "name": "Markus Morgenstern", "url": "https://git.apihub24.de/" }, "license": "MIT", "publishConfig": { "access": "public" } }