2025-08-23 22:59:33 +02:00

27 lines
566 B
JSON

{
"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"
}
}