UNPKG

podchat

Version:
58 lines (57 loc) 1.84 kB
{ "name": "podchat", "version": "12.6.6", "description": "Javascript SDK to use POD's Chat Service", "main": "./dist/node/chat.js", "scripts": { "test": "mocha --reporter spec --exit", "publish:snapshot": "npm run version:snapshot && npm publish --tag snapshot", "version:snapshot": "npm version prerelease --preid snapshot", "publish:release": "npm run version:release && npm run build && npm run commitVersionChanges && npm publish", "version:release": "npm version 12.6.6", "build:npm": "babel src -d dist/node --copy-files", "commitVersionChanges": "git add . && git commit -m \"Version\" && npm run wait", "wait": "node -e \"setTimeout(() => process.exit(0), 100)\"", "build": "node _buildInfo.js && npm run wait && npm run build:npm", "watch": "npm-watch build" }, "repository": { "type": "git", "url": "git+https://github.com/FanapSoft/pod-chat-js-sdk.git" }, "keywords": [ "POD", "Chat", "Fanap", "Dirana" ], "engines": { "node": ">=4.2.4" }, "author": "Masoud Amjadi <masoudmanson@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/FanapSoft/pod-chat-js-sdk/issues" }, "homepage": "https://github.com/FanapSoft/pod-chat-js-sdk#readme", "dependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.9", "@babel/plugin-transform-runtime": "^7.17.10", "@babel/preset-env": "^7.16.11", "crypto-js": "^4.2.0", "dompurify": "^2.3.3", "faker": "^4.1.0", "form-data": "^2.5.0", "image-size": "^0.8.3", "jsdom": "^18.0.0", "mime": "^2.4.4", "podasync": "2.8.4-snapshot.16", "query-string": "^6.8.1", "request": "^2.88.0", "xss": "^1.0.14" }, "devDependencies": { "mocha": "^10.2.0" } }