{
  "name": "@ow3/hello-world-fx",
  "type": "module",
  "version": "0.33.3",
  "packageManager": "pnpm@7.12.2",
  "description": "Your function library description.",
  "author": "Chris Breuer",
  "license": "MIT",
  "homepage": "https://github.com/ow3org/stacks/tree/main/functions#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ow3org/stacks.git",
    "directory": "functions"
  },
  "bugs": {
    "url": "https://github.com/ow3org/stacks/issues"
  },
  "keywords": [
    "functions",
    "composables",
    "library",
    "typescript",
    "javascript"
  ],
  "contributors": [
    "Chris Breuer <chris@ow3.org>"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build -c ../src/build/functions.ts",
    "prepublishOnly": "pnpm run build"
  },
  "devDependencies": {
    "@ow3/stacks-core": "workspace:*"
  }
}
