{
  "name": "@flink-app/generic-request-plugin",
  "version": "1.0.0",
  "description": "Flink plugin that makes it possible to override default request handlers and handle specific requests manually",
  "author": "johan@frost.se",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "dependencies": {
    "node-color-log": "^5.3.1",
    "@flink-app/flink": "1.0.0"
  },
  "devDependencies": {
    "@types/jasmine": "^3.7.1",
    "@types/node": "22.13.10"
  },
  "gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
  "scripts": {
    "test": "jasmine-ts --config=./spec/support/jasmine.json",
    "build": "tsc --project tsconfig.dist.json",
    "clean": "rimraf dist .flink"
  }
}