UNPKG

@xmtp/content-type-primitives

Version:

Primitives for building custom XMTP content types

84 lines (83 loc) 2.04 kB
{ "name": "@xmtp/content-type-primitives", "version": "3.0.1", "description": "Primitives for building custom XMTP content types", "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-primitives" }, "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 && rimraf .turbo node_modules", "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/node-bindings": "1.9.1" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.3.0", "@types/node": "^24.9.1", "rimraf": "^6.1.2", "rollup": "^4.54.0", "rollup-plugin-dts": "^6.3.0", "typescript": "^5.9.3", "vite": "^7.3.0", "vitest": "^4.0.16" }, "publishConfig": { "access": "public", "provenance": true, "registry": "https://registry.npmjs.org/" } }