{ "name": "@devflow/core", "version": "0.0.0", "private": true, "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --format esm,cjs --clean && tsc -p tsconfig.build.json", "typecheck": "tsc -b --noEmit", "test": "vitest run" }, "dependencies": { "dotenv": "17.4.2", "yaml": "2.6.1", "zod": "3.24.1" } }