-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "@strg/behave-tracking-client-lib",
"version": "4.1.4",
"description": "STRG.BeHave - Tracking Client Library",
"main": "src/index.js",
"scripts": {
"start": "npm run test && npm run build",
"build": "babel src -d lib",
"test": "jest",
"coverage": "npm run test && http-server ./coverage/lcov-report/ -p 8888 -o",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
},
"keywords": [
"BeHave",
"STRG.BeHave",
"tracking",
"websocket"
],
"author": "STRG.",
"contributors": [
"Ralf Traunsteiner <[email protected]>",
"Nils Müller <[email protected]>"
],
"maintainers": [
"Nils Müller <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/strg-at/behave.tracking-client-lib.git"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-classes": "^7.7.0",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.0.1",
"babel-plugin-transform-es2015-modules-simple-commonjs": "^0.3.0",
"eslint": "^6.5.1",
"eslint-plugin-jest": "^22.20.0",
"eslint-plugin-node": "^10.0.0",
"http-server": "^0.13.0",
"jest": "^26.0.1",
"standard": "^14.3.1"
},
"bugs": {
"url": "https://github.com/strg-at/behave.tracking-client-lib/issues"
},
"homepage": "https://github.com/strg-at/behave.tracking-client-lib#readme"
}