mocksse
Version:
Allows testing of EventSource / Server Sent Events
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "mocksse",
"version": "1.0.4",
"description": "Allows testing of EventSource / Server Sent Events",
"main": "src/mocksse.js",
"scripts": {
"lint": "eslint .",
"deps": "npm-check",
"update:deps": "npm-check -u",
"test": "lab --assert @hapi/code --coverage",
"test:debug": "node --inspect-brk ./node_modules/.bin/lab --assert @hapi/code --timeout 0",
"pretest": "npm run lint",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binarymist/mocksse.git"
},
"keywords": [
"Server Sent Events",
"SSE",
"mock",
"mocking",
"test",
"testing",
"EventSource"
],
"author": {
"name": "BinaryMist",
"email": "services@binarymist.net"
},
"dependencies": {},
"devDependencies": {
"@hapi/code": "^8.0.7",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"@hapi/lab": "^24.6.0",
"npm-check": "^5.9.2",
"husky": "^7.0.4"
},
"license": "MIT",
"bugs": "https://github.com/binarymist/mocksse/issues",
"files": [
"src"
]
}