-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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": "@strg/behave-tracking-client-plugins",
"version": "0.5.2",
"description": "STRG.BeHave - Tracking Client base plugins",
"main": "src/index.js",
"scripts": {
"build": "babel src -d lib",
"coverage": "npm run test && http-server ./coverage/lcov-report/ -p 8888 -o",
"lint:fix": "eslint --fix",
"lint": "eslint",
"start": "npm run test && npm run build",
"test": "jest"
},
"keywords": [
"Behave",
"STRG.BeHave",
"tracking",
"plugin"
],
"author": "STRG.",
"contributors": [
"Nils Müller <[email protected]",
"Ralf Traunsteiner <[email protected]>",
"Andrej Bilec <[email protected]>"
],
"maintainers": [
"Nils Müller <[email protected]"
],
"repository": {
"type": "git",
"url": "git+https://github.com/strg-at/behave.tracking-client-plugins.git"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/plugin-transform-classes": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"globals": "^15.3.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"prettier": "^3.3.0",
"standard": "^17.1.0"
},
"bugs": {
"url": "https://github.com/strg-at/behave.tracking-client-plugins/issues"
},
"homepage": "https://github.com/strg-at/behave.tracking-client-plugins#readme",
"dependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0"
}
}