{
  "name": "@ff-admin/webapi-client",
  "version": "1.1.1",
  "description": "api client for ff admin webapi",
  "main": "dist/index.js",
  "scripts": {
    "start_ts": "ts-node src/index.ts",
    "build": "tsc",
    "start": "node .",
    "dev": "npm run build && set NODE_ENV=development && npm run start"
  },
  "repository": {
    "type": "git",
    "url": "https://forgejo.jk-effects.cloud/Ehrenamt/ff-admin-webapi-client.git"
  },
  "homepage": "https://forgejo.jk-effects.cloud/Ehrenamt/ff-admin-webapi-client.git#readme",
  "dependencies": {
    "axios": "^1.6.2",
    "typeorm": "^0.3.20"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "typescript": "^5.7.3"
  },
  "keywords": [
    "Feuerwehr",
    "ff-admin"
  ],
  "author": "JK Effects",
  "license": "AGPL-3.0-only",
  "publishConfig": {
    "@ff-admin:registry": "https://npm.registry.jk-effects.cloud"
  }
}