UNPKG

1.26 kBJSONView Raw
1{
2 "name": "communibase-connector-js",
3 "description": "communibase-connector-js --- a Node.js connector for the Communibase service",
4 "version": "2.0.2",
5 "dependencies": {
6 "@types/async": "^2.0.49",
7 "@types/bluebird": "^3.5.20",
8 "@types/lru-cache": "^4.1.0",
9 "@types/node": "^12.12.28",
10 "@types/socket.io-client": "^1.4.32",
11 "async": "^2.5.0",
12 "axios": "^0.19.2",
13 "bluebird": "^3.5.1",
14 "eslint": "^6.8.0",
15 "eslint-config-kingsquare": "^6.0.2",
16 "lru-cache": "^4.1.2",
17 "moment": "^2.22.1",
18 "socket.io-client": "^2.1.0",
19 "winston": "^2.4.2"
20 },
21 "devDependencies": {
22 "Communibase": "git+ssh://git@bitbucket.org/communibase/api.git",
23 "bson-stream": "0.0.8",
24 "mocha": "5.0.0",
25 "mongodb": "^2.2.34",
26 "prettier": "^1.19.1",
27 "typescript": "^3.8.2"
28 },
29 "license": "MIT",
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/kingsquare/communibase-connector-js.git"
33 },
34 "browser": {},
35 "main": "lib/index.js",
36 "engines": {
37 "node": ">=10"
38 },
39 "eslintConfig": {
40 "extends": "kingsquare"
41 },
42 "scripts": {
43 "prepublishOnly": "./node_modules/.bin/tsc",
44 "test": "./node_modules/.bin/tsc; mocha --delay --exit"
45 },
46 "types": "./lib/index.d.ts"
47}