-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 KB
/
package.json
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
{
"name": "rsf-http-register-client",
"version": "0.0.10",
"description": "connects to a remote rsf-http-register via websockets and spins up new registrations",
"main": "./dist/index",
"scripts": {
"test": "mocha -r ts-node/register src/**/test.ts",
"build": "tsc --declaration",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rapid-sensemaking-framework/rsf-http-register-client.git"
},
"keywords": [
"rapid",
"sensemaking",
"framework"
],
"author": "Connor Turland",
"license": "MIT",
"bugs": {
"url": "https://github.com/rapid-sensemaking-framework/rsf-http-register-client/issues"
},
"homepage": "https://github.com/rapid-sensemaking-framework/rsf-http-register-client#readme",
"dependencies": {
"@types/request": "^2.48.4",
"@types/socket.io-client": "^1.4.32",
"rsf-http-register": "0.0.14",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"request": "^2.88.2",
"rsf-types": "0.0.35",
"ts-node": "^8.6.2",
"typescript": "^3.8.2",
"typings": "^2.1.1"
}
}