{ "name": "@welshman/feeds", "version": "0.1.1", "author": "hodlbod", "license": "MIT", "description": "Utilities for building dynamic nostr feeds.", "publishConfig": { "access": "public" }, "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "scripts": { "build": "pnpm run clean && pnpm run compile", "clean": "rimraf ./dist", "compile": "tsc -b tsconfig.build.json", "prepublishOnly": "pnpm run build" }, "dependencies": { "@welshman/lib": "workspace:*", "@welshman/util": "workspace:*" }, "devDependencies": { "rimraf": "~6.0.0", "typescript": "~5.8.0" } }