UNPKG

@xmtp/content-type-reaction

Version:

An XMTP content type to support reactions to messages

88 lines (87 loc) 2.2 kB
{ "name": "@xmtp/content-type-reaction", "version": "2.0.2", "description": "An XMTP content type to support reactions to messages", "keywords": [ "xmtp", "messaging", "web3", "js", "ts", "javascript", "typescript", "content-types" ], "homepage": "https://github.com/xmtp/xmtp-js", "bugs": { "url": "https://github.com/xmtp/xmtp-js/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/xmtp/xmtp-js.git", "directory": "content-types/content-type-reaction" }, "license": "MIT", "author": "XMTP Labs <eng@xmtp.com>", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "browser": "./dist/browser/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "dist/index.js", "browser": "dist/browser/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "!src/**/*.test.*" ], "scripts": { "build": "yarn clean:dist && yarn rollup -c", "clean": "yarn clean:dist && yarn clean:dbs && rimraf .turbo node_modules", "clean:dbs": "rimraf *.db3* ||:", "clean:dist": "rimraf dist", "dev": "yarn clean:dist && yarn rollup -c --watch", "test": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment node", "typecheck": "tsc" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 3 chrome versions", "last 3 firefox versions", "last 3 safari versions" ] }, "dependencies": { "@xmtp/content-type-primitives": "^2.0.2" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.14.0", "@xmtp/node-sdk": "workspace:^", "rimraf": "^6.0.1", "rollup": "^4.39.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-filesize": "^10.0.0", "typescript": "^5.8.3", "viem": "^2.26.2", "vite": "^6.2.5", "vitest": "^3.1.1" }, "publishConfig": { "access": "public", "provenance": true, "registry": "https://registry.npmjs.org/" } }