{
  "name": "@walkeros/transformer-demo",
  "description": "Demo transformer for walkerOS - logs and passes through events",
  "version": "4.3.1",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/**",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsup --silent",
    "clean": "rm -rf .turbo && rm -rf dist",
    "dev": "jest --watchAll --colors",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.ts*\"",
    "test": "jest"
  },
  "dependencies": {
    "@walkeros/core": "4.3.1"
  },
  "repository": {
    "url": "git+https://github.com/elbwalker/walkerOS.git",
    "directory": "packages/transformers/demo"
  },
  "author": "elbwalker <hello@elbwalker.com>",
  "homepage": "https://github.com/elbwalker/walkerOS#readme",
  "bugs": {
    "url": "https://github.com/elbwalker/walkerOS/issues"
  },
  "walkerOS": {
    "type": "transformer",
    "docs": "https://www.walkeros.io/docs/transformers/demo",
    "platform": [
      "web",
      "server"
    ]
  },
  "keywords": [
    "walkerOS",
    "transformer",
    "demo"
  ]
}
