-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@webqit/node-live-response",
"publishConfig": {
"access": "public"
},
"title": "LiveResponse for Node.js & Express",
"description": "LiveResponse for Node.js & Express",
"keywords": [
"liveresponse",
"live-response",
"http",
"express",
"node",
"websocket",
"realtime",
"webqit"
],
"version": "0.1.12",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webqit/node-live-response.git"
},
"bugs": {
"url": "https://github.com/webqit/node-live-response/issues"
},
"type": "module",
"main": "./src/index.js",
"exports": {
".": "./src/index.js"
},
"scripts": {
"test": "mocha --extension .test.js --recursive --timeout 5000 --exit",
"preversion": "npm run test",
"postversion": "git push && git push --tags",
"version:next": "npm version prerelease --preid=next"
},
"dependencies": {
"@webqit/fetch-plus": "^0.1.33",
"@webqit/port-plus": "^0.1.23",
"ws": "^8.19.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.20.2",
"mocha": "^10.3.0"
},
"author": "Oxford Harrison <oxharris.dev@gmail.com>",
"maintainers": [
"Oxford Harrison <oxharris.dev@gmail.com>"
],
"contributors": []
}