-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"name": "raygun4js",
"main": "dist/raygun.umd.js",
"files": [
"dist/*",
"types/*"
],
"title": "Raygun4js",
"description": "Raygun.com plugin for JavaScript",
"version": "3.1.3",
"homepage": "https://github.com/MindscapeHQ/raygun4js",
"author": {
"name": "MindscapeHQ",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/MindscapeHQ/raygun4js.git"
},
"types": "./types/index.d.ts",
"bugs": "https://github.com/MindscapeHQ/raygun4js/issues",
"license": "SEE LICENSE IN https://github.com/MindscapeHQ/raygun4js/blob/master/LICENSE",
"devDependencies": {
"@wdio/cli": "^8.36.1",
"@wdio/dot-reporter": "^8.36.1",
"@wdio/jasmine-framework": "^8.36.1",
"@wdio/local-runner": "^8.36.1",
"@wdio/selenium-standalone-service": "^8.14.0",
"@wdio/spec-reporter": "^8.36.1",
"@wdio/static-server-service": "^8.36.1",
"chromedriver": "^124.0.3",
"cross-env": "^7.0.3",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-string-replace": "^1.3.1",
"jasmine": "^5.1.0",
"underscore": "^1.13.6",
"wdio-chromedriver-service": "^8.1.1"
},
"scripts": {
"test": "npm run jasmine && npm run wdio",
"jasmine": "jasmine --config=jasmine.json",
"wdio": "cross-env node_modules/.bin/wdio wdio.conf.js"
},
"keywords": [
"error",
"tracking",
"raygun",
"clientside"
],
"dependencies": {
"web-vitals": "^3.5.0"
}
}