apihub24_repository/package.json
2025-08-21 21:50:35 +02:00

27 lines
562 B
JSON

{
"name": "@apihub24/repository",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf ./dist && tsc",
"rel": "npm i && npm run build",
"pub": "npm publish"
},
"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"
}
}