UNPKG

softchatjs-core

Version:
51 lines (50 loc) 1.28 kB
{ "name": "softchatjs-core", "version": "3.2.0", "description": "", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "run": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup ./src", "pub": "npm publish --access public", "dev": "tsup ./src --format cjs,esm --dts --watch" }, "author": "Softchatjs", "license": "Proprietary", "repository": { "type": "git", "url": "https://github.com/Timilehinn/softchatjs/tree/main/packages/softchatjs-core" }, "dependencies": { "axios": "^1.7.4", "events": "^3.3.0", "isomorphic-ws": "^5.0.0", "moment": "^2.30.1", "source-map-loader": "^5.0.0", "ts-loader": "^9.5.1", "typescript": "^5.5.4", "undici": "^6.19.7", "ws": "^8.18.0" }, "devDependencies": { "ts-node": "^10.9.2", "tsup": "^8.2.4" }, "files": [ "dist", "license", "package.json" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./dist": "./dist/index.js" }, "keywords": ["chat", "messaging", "private chat", "broadcasts", "chat sdk", "chat UI", "react", "javascript"] }