-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "opentmi-jsclient",
"version": "0.11.0",
"description": "OpenTMI javascript client",
"main": "src/index.js",
"authors": [
"Jussi Vatjus-Anttila <jussiva@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/opentmi/opentmi-jsclient.git"
},
"bugs": {
"url": "http://github.com/opentmi/opentmi-jsclient/issues"
},
"scripts": {
"build": "make minify",
"test": "make test",
"test-node": "make test-node",
"test-browser": "make test-browser",
"coverage": "make coverage",
"clean": "make clean",
"doc": "make doc",
"lint": "make lint",
"lint-fix": "make lint-fix",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"opentmi",
"client"
],
"license": "MIT",
"dependencies": {
"axios": "^0.21.3",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"invariant": "^2.2.4",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"socket.io-client": "^4.0.0",
"snyk": "^1.611.0"
},
"devDependencies": {
"babel-helper-evaluate-path": "^0.5.0",
"babel-minify": "^0.5.0",
"babel-preset-minify": "^0.5.0",
"bower": "^1.8.4",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"coveralls": "^3.0.8",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-config-mocha": "0.0.0",
"eslint-config-standard": "^14.0.0",
"eslint-plugin-chai-expect": "^2.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-mocha-only": "0.0.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"istanbul": "^0.4.3",
"jsdoc": "^3.6.3",
"mocha": "^10.2.0",
"mocha-circleci-reporter": "0.0.3",
"mocha-headless-chrome": "^2.0.3",
"moxios": "^0.4.0",
"sinon": "^9.0.0",
"socket.io": "^4.3.1"
},
"snyk": true
}