{ "name": "moroutine", "version": "1.1.0", "repository": { "type": "git", "url": "git@tangled.org:divy.zone/moroutine" }, "homepage": "https://tangled.org/divy.zone/moroutine", "license": "MIT", "type": "module", "exports": "./src/index.ts", "publishConfig": { "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist" ], "packageManager": "pnpm@10.33.0", "scripts": { "build": "tsc -p tsconfig.build.json", "changeset": "changeset", "release": "changeset version && changeset tag && git add -A && git commit -m \"chore: version $(node -p \"require('./package.json').version\")\" && git push --follow-tags", "types": "tsc", "lint": "prettier --check .", "lint:fix": "prettier --write .", "test": "node --test 'test/**/*.test.ts'" }, "devDependencies": { "@changesets/cli": "^2.30.0", "@types/node": "^25.5.2", "prettier": "^3.8.2", "typescript": "^6.0.2" } }