{
  "name": "@fluxo-engine/core",
  "version": "1.2.3",
  "description": "fluxo workflow engine core",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Aldrie/fluxo.git"
  },
  "keywords": [
    "fluxo",
    "workflow",
    "engine",
    "core",
    "node",
    "low-code",
    "typescript"
  ],
  "author": "Aldriê <aldriemizobuti@outlook.com>",
  "license": "ISC",
  "devDependencies": {
    "@faker-js/faker": "^9.6.0",
    "@vitest/ui": "^3.2.4",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "lint": "eslint --fix",
    "dev": "tsc --watch",
    "bundle": "rollup -c",
    "test": "vitest",
    "test:watch": "vitest - watch",
    "types": "tsc -p tsconfig-build.json",
    "build": "run-s bundle types"
  }
}