-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "botium-connector-xatkit",
"version": "0.2.0",
"description": "Botium Connector for Xatkit",
"main": "dist/botium-connector-xatkit-cjs.js",
"module": "dist/botium-connector-xatkit-es.js",
"scripts": {
"build": "npm run eslint && rollup -c && cp logo.png dist",
"eslint": "eslint index.js",
"eslint-fix": "eslint --fix index.js src/**.js",
"test": "mocha tests/spec/ --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xatkit-bot-platform/botium-connector-xatkit.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"botium-bindings": "^2.0.36",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.1",
"rollup": "^1.23.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"debug": "^4.1.1",
"socket.io-client": "^2.3.0"
},
"peerDependencies": {
"botium-core": ">= 1.9.0"
},
"bugs": {
"url": "https://github.com/xatkit-bot-platform/botium-connector-xatkit/issues"
},
"homepage": "https://github.com/xatkit-bot-platform/botium-connector-xatkit#readme",
"keywords": [
"botium",
"xatkit",
"test"
]
}