{ "name": "@smoke/utils", "version": "1.0.1", "description": "Utilities - depends on @smoke/core with workspace:*", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": ["dist"], "scripts": { "build": "tsup", "typecheck": "tsc --noEmit" }, "dependencies": { "@smoke/core": "workspace:*" }, "devDependencies": { "tsup": "^8.5.1", "typescript": "^5.9.3" } }