{ "name": "@publisher/utils", "version": "0.0.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "devDependencies": { "@macalinao/tsconfig": "catalog:", "typescript": "catalog:" } }