{ "name": "@welshman/content", "version": "0.3.8", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities for parsing nostr note content.", "publishConfig": { "access": "public" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "pnpm run clean && pnpm run compile --force", "clean": "rimraf ./dist", "compile": "tsc -b tsconfig.build.json", "prepublishOnly": "pnpm run build" }, "dependencies": { "@braintree/sanitize-url": "^7.0.2", "nostr-tools": "^2.14.2" }, "devDependencies": { "rimraf": "~6.0.0", "typescript": "~5.8.0" } }