{
  "name": "fossekall-interface",
  "version": "0.1.239",
  "description": "API contracts between client and server (rocket and GUI)",
  "license": "ISC",
  "author": "Propulse",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prebuild": "ts-node scripts/generate-index.ts",
    "build": "tsc -p tsconfig.json",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "ts-node": "^10.9.2"
  },
  "dependencies": {
    "typed-binary": "^4.3.2"
  }
}
