UNPKG

websocket-heartbeat-miniprogram

Version:
52 lines (51 loc) 1.25 kB
{ "name": "websocket-heartbeat-miniprogram", "version": "1.0.3", "description": "websocket heartbeat for miniprogram", "main": "./dist/index.js", "scripts": { "test": "jest", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "build": "webpack", "lint": "eslint .", "fix": "eslint --fix ." }, "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/zimv/websocket-heartbeat-miniprogram.git" }, "keywords": [ "zimv", "websocket", "heartbeat", "miniprogram" ], "author": "zimv", "license": "MIT", "files": [ "dist", "lib" ], "bugs": { "url": "https://github.com/zimv/websocket-heartbeat-miniprogram/issues" }, "homepage": "https://github.com/zimv/websocket-heartbeat-miniprogram#readme", "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@babel/runtime": "^7.8.4", "babel-jest": "^25.1.0", "babel-loader": "^8.0.6", "conventional-changelog-cli": "^2.0.31", "coveralls": "^3.0.9", "eslint": "^6.8.0", "jest": "^25.1.0", "mock-socket": "^9.0.3", "pre-commit": "^1.2.2", "webpack": "^4.41.6", "webpack-cli": "^3.3.11" } }