UNPKG

@exceptionless/react

Version:
56 lines (55 loc) 1.71 kB
{ "name": "@exceptionless/react", "version": "3.1.0", "description": "JavaScript client for Exceptionless", "author": { "name": "exceptionless", "url": "https://exceptionless.com" }, "keywords": [ "exceptionless", "error", "feature", "logging", "tracking", "reporting", "react" ], "repository": { "url": "git://github.com/exceptionless/Exceptionless.JavaScript.git", "type": "git" }, "bugs": { "url": "https://github.com/exceptionless/Exceptionless.JavaScript/issues" }, "license": "Apache-2.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "unpkg": "dist/index.bundle.min.js", "jsdelivr": "dist/index.bundle.min.js", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "scripts": { "build": "tsc -p tsconfig.json && esbuild src/index.ts --bundle --sourcemap --target=es2022 --format=esm --outfile=dist/index.bundle.js && esbuild src/index.ts --bundle --minify --sourcemap --target=es2022 --format=esm --outfile=dist/index.bundle.min.js", "watch": "tsc -p ../core/tsconfig.json -w --preserveWatchOutput & tsc -p tsconfig.json -w --preserveWatchOutput & esbuild src/index.ts --bundle --sourcemap --target=es2022 --format=esm --watch --outfile=dist/index.bundle.js" }, "sideEffects": false, "publishConfig": { "access": "public" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/react": "^18.2.73", "@types/react-dom": "^18.2.23", "esbuild": "^0.20.2", "jest": "^29.7.0", "jest-ts-webcompat-resolver": "^1.0.0", "ts-jest": "^29.1.2" }, "dependencies": { "@exceptionless/browser": "3.1.0" } }