{ "name": "@smoke/core", "version": "1.0.1", "description": "Core utilities - no internal deps", "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" }, "devDependencies": { "tsup": "^8.5.1", "typescript": "^5.9.3" } }