UNPKG

raygun4js

Version:
58 lines (57 loc) 1.63 kB
{ "name": "raygun4js", "main": "dist/raygun.umd.js", "files": [ "dist/*", "types/*" ], "title": "Raygun4js", "description": "Raygun.com plugin for JavaScript", "version": "3.1.4", "homepage": "https://github.com/MindscapeHQ/raygun4js", "author": { "name": "MindscapeHQ", "email": "hello@raygun.com" }, "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": "^9.16.2", "@wdio/dot-reporter": "^9.16.2", "@wdio/jasmine-framework": "^9.16.2", "@wdio/local-runner": "^9.16.2", "@wdio/spec-reporter": "^9.16.2", "@wdio/static-server-service": "^9.16.2", "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.3", "jasmine": "^5.8.0", "typescript": "^5.8.3", "underscore": "^1.13.7" }, "scripts": { "test": "npm run jasmine && npm run wdio", "jasmine": "jasmine --config=jasmine.json && jasmine tests/specs/typescript-definitions.js", "wdio": "cross-env node_modules/.bin/wdio wdio.conf.js" }, "keywords": [ "error", "tracking", "raygun", "clientside" ], "dependencies": { "web-vitals": "^3.5.0" } }